Help
- user warning: Table 'cache_menu' is marked as crashed and should be repaired
query: SELECT data, created, headers, expire FROM cache_menu WHERE cid = '0:en' in /home/www/barncam1/includes/database.mysql.inc on line 172.
- user warning: Table 'cache_menu' is marked as crashed and should be repaired
query: LOCK TABLES cache_menu WRITE in /home/www/barncam1/includes/database.mysql.inc on line 172.
- user warning: Table 'cache_menu' is marked as crashed and should be repaired
query: UPDATE cache_menu SET data = 'a:4:{s:10:\"path index\";a:388:{s:19:\"admin/settings/i18n\";s:2:\"94\";s:24:\"admin/settings/i18n/main\";i:-2;s:28:\"admin/settings/i18n/language\";i:-3;s:24:\"admin/content/aggregator\";s:2:\"45\";s:33:\"admin/content/aggregator/add/feed\";i:-5;s:37:\"admin/content/aggregator/add/category\";i:-6;s:31:\"admin/content/aggregator/remove\";i:-7;s:31:\"admin/content/aggregator/update\";i:-8;s:29:\"admin/content/aggregator/list\";i:-9;s:33:\"admin/content/aggregator/settings\";i:-10;s:10:\"aggregator\";s:2:\"46\";s:18:\"aggregator/sources\";s:2:\"70\";s:21:\"aggregator/categories\";s:2:\"71\";s:14:\"aggregator/rss\";i:-14;s:15:\"aggregator/opml\";i:-15;s:20:\"admin/content/backup\";s in /home/www/barncam1/includes/database.mysql.inc on line 172.
- user warning: Table 'cache_menu' is marked as crashed and should be repaired
query: DELETE FROM cache_menu WHERE cid = '0:en' in /home/www/barncam1/includes/database.mysql.inc on line 172.
- user warning: Table 'cache_menu' is marked as crashed and should be repaired
query: LOCK TABLES cache_menu WRITE in /home/www/barncam1/includes/database.mysql.inc on line 172.
- user warning: Table 'cache_menu' is marked as crashed and should be repaired
query: UPDATE cache_menu SET data = 'a:4:{s:10:\"path index\";a:388:{s:19:\"admin/settings/i18n\";s:2:\"94\";s:24:\"admin/settings/i18n/main\";i:-2;s:28:\"admin/settings/i18n/language\";i:-3;s:24:\"admin/content/aggregator\";s:2:\"45\";s:33:\"admin/content/aggregator/add/feed\";i:-5;s:37:\"admin/content/aggregator/add/category\";i:-6;s:31:\"admin/content/aggregator/remove\";i:-7;s:31:\"admin/content/aggregator/update\";i:-8;s:29:\"admin/content/aggregator/list\";i:-9;s:33:\"admin/content/aggregator/settings\";i:-10;s:10:\"aggregator\";s:2:\"46\";s:18:\"aggregator/sources\";s:2:\"70\";s:21:\"aggregator/categories\";s:2:\"71\";s:14:\"aggregator/rss\";i:-14;s:15:\"aggregator/opml\";i:-15;s:20:\"admin/content/backup\";s in /home/www/barncam1/includes/database.mysql.inc on line 172.
Distributed authentication
One of the more tedious moments in visiting a new website is filling out the registration form. Here at BarnCam International, you do not have to fill out a registration form if you are already a member of . This capability is called distributed authentication, and Drupal, the software which powers BarnCam International, fully supports it.
Distributed authentication enables a new user to input a username and password into the login box, and immediately be recognized, even if that user never registered at BarnCam International. This works because Drupal knows how to communicate with external registration databases. For example, lets say that new user 'Joe' is already a registered member of Delphi Forums. Drupal informs Joe on registration and login screens that he may login with his Delphi ID instead of registering with BarnCam International. Joe likes that idea, and logs in with a username of joe@remote.delphiforums.com and his usual Delphi password. Drupal then contacts the remote.delphiforums.com server behind the scenes (usually using XML-RPC, HTTP POST, or SOAP) and asks: "Is the password for user Joe correct?". If Delphi replies yes, then we create a new BarnCam International account for Joe and log him into it. Joe may keep on logging into BarnCam International in the same manner, and he will always be logged into the same account.