-----Original Message----- From: "Damilare D. Fagbemi" damilarefagbemi@gmail.com Date: Sun, 25 Nov 2012 14:19:35 To: support-request@drupal.org Reply-To: damilarefagbemi@gmail.com Subject: Site Access Error
Hello Guys,
All of a sudden, I get the following error when accessing my drupal 7 site:
-------------------------------------------------- PDOException: SQLSTATE[HY000]: General error: 3 Error writing file '/tmp/MYPTOPd7' (Errcode: 28): SELECT * FROM {system} WHERE type = 'theme' OR (type = 'module' AND status = 1) ORDER BY weight ASC, name ASC; Array ( ) in system_list() (line 165 of /home/verdeinf/public_html/techspecialist/includes/module.inc).
Additional Exception: theme() may not be called until all modules are loaded. in theme() (line 1002 of /home/verdeinf/public_html/techspecialist/includes/theme.inc) -----------------------------------------------------
Any ideas on possible causes or remedies?
Thanks. Dammy
This isn't related to Drupal, but rather your server. MySQL can't write temporary files to /tmp. Either you got a permission problem (/tmp should be drwxrwxrwt if you do a ls -la), /tmp is full or a disk failure going on.
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 11/25/2012 9:20 AM, Damilare D. Fagbemi wrote:
-----Original Message----- From: "Damilare D. Fagbemi" damilarefagbemi@gmail.com Date: Sun, 25 Nov 2012 14:19:35 To: support-request@drupal.org Reply-To: damilarefagbemi@gmail.com Subject: Site Access Error
Hello Guys,
All of a sudden, I get the following error when accessing my drupal 7 site:
PDOException: SQLSTATE[HY000]: General error: 3 Error writing file '/tmp/MYPTOPd7' (Errcode: 28): SELECT * FROM {system} WHERE type = 'theme' OR (type = 'module' AND status = 1) ORDER BY weight ASC, name ASC; Array ( ) in system_list() (line 165 of /home/verdeinf/public_html/techspecialist/includes/module.inc).
Additional Exception: theme() may not be called until all modules are loaded. in theme() (line 1002 of /home/verdeinf/public_html/techspecialist/includes/theme.inc)
Any ideas on possible causes or remedies?
Thanks. Dammy
...or your available memory (php.ini) is too low
On Sun, Nov 25, 2012 at 3:31 PM, Jamie Holly hovercrafter@earthlink.netwrote:
This isn't related to Drupal, but rather your server. MySQL can't write temporary files to /tmp. Either you got a permission problem (/tmp should be drwxrwxrwt if you do a ls -la), /tmp is full or a disk failure going on.
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 11/25/2012 9:20 AM, Damilare D. Fagbemi wrote:
-----Original Message----- From: "Damilare D. Fagbemi" damilarefagbemi@gmail.com Date: Sun, 25 Nov 2012 14:19:35 To: support-request@drupal.org Reply-To: damilarefagbemi@gmail.com Subject: Site Access Error
Hello Guys,
All of a sudden, I get the following error when accessing my drupal 7
site:
PDOException: SQLSTATE[HY000]: General error: 3 Error writing file
'/tmp/MYPTOPd7' (Errcode: 28): SELECT * FROM {system} WHERE type = 'theme' OR (type = 'module' AND status = 1) ORDER BY weight ASC, name ASC; Array ( ) in system_list() (line 165 of /home/verdeinf/public_html/techspecialist/includes/module.inc).
Additional Exception: theme() may not be called until all modules are loaded. in
theme() (line 1002 of /home/verdeinf/public_html/techspecialist/includes/theme.inc)
Any ideas on possible causes or remedies?
Thanks. Dammy
-- [ Drupal support list | http://lists.drupal.org/ ]