Can anybody shed any light on these error messages: They come up once iv logged in as admin and tried to go to be the admin menu:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 274739 bytes) in /home/hunter84/public_html/antrobusvillagehall/includes/database.mysql.inc on line 380

Warning: Table 'watchdog' was not locked with LOCK TABLES query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', 'Table 'sessions' was not locked with LOCK TABLES\nquery: SELECT sid FROM sessions WHERE sid = 'a1bd46c270a9cd609476ced9a67d6db0' in /home/hunter84/public_html/antrobusvillagehall/includes/database.mysql.inc on line 172.', 2, '', 'http://antrobusvillagehall.com/index.php?q=admin/settings/front', 'http://antrobusvillagehall.com/?q=node', '86.160.96.160', 1239702324) in /home/hunter84/public_html/antrobusvillagehall/includes/database.mysql.inc on line 172

Warning: Table 'watchdog' was not locked with LOCK TABLES query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', 'Table 'sessions' was not locked with LOCK TABLES\nquery: INSERT INTO sessions (sid, uid, cache, hostname, session, timestamp) VALUES ('a1bd46c270a9cd609476ced9a67d6db0', 1, 0, '86.160.96.160', '', 1239702324) in /home/hunter84/public_html/antrobusvillagehall/includes/database.mysql.inc on line 172.', 2, '', 'http://antrobusvillagehall.com/index.php?q=admin/settings/front', 'http://antrobusvillagehall.com/?q=node', '86.160.96.160', 1239702324) in /home/hunter84/public_html/antrobusvillagehall/includes/database.mysql.inc on line 172

Comments

nelsonlee’s picture

There are already many similar postings. You can search by yourself.
Fatal error: Allowed memory size of xxxx bytes exhausted (tried to allocate xxxx bytes)

Increase the PHP memory in your php.ini file, then restart your Apache web server. You may also try to disable some modules to decrease the memory used.