Error when enabling modules (Fatal error: Allowed memory size of 8388608 bytes exhausted ...)
This is a new site, I was able to enable few modules but when tried to add 'audio' modules ('audio' module from http://drupal.org/project/modules) I got the following error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /opt/drupal-4.7.3/database/updates.inc on line 1984 any ideas? I looked at the code but it's not clear what the error means, looks more like some php related problem. system: - debian unstable - php5 - mysql 5 - drupal 4.7.3 TIA! erik
just found out: when I remove 'audio' module from drupal modules directory the modules admin page works again. Not sure yet if there's something wrong with audio module, or whether it's just number of modules or something wrong with my config... any ideas? erik Erik Steffl wrote:
This is a new site, I was able to enable few modules but when tried to add 'audio' modules ('audio' module from http://drupal.org/project/modules) I got the following error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /opt/drupal-4.7.3/database/updates.inc on line 1984
any ideas? I looked at the code but it's not clear what the error means, looks more like some php related problem.
system: - debian unstable - php5 - mysql 5 - drupal 4.7.3
TIA!
erik
Hi Erik, Try changing (increasing) the php memory setting in php.ini (if you have access to the php config on your server, otherwise ask your host). Looks like php is running out of memory while loading the modules page (which loads every module, also those that are not enabled). -- bruno Erik Steffl wrote:
just found out: when I remove 'audio' module from drupal modules directory the modules admin page works again. Not sure yet if there's something wrong with audio module, or whether it's just number of modules or something wrong with my config...
any ideas?
erik
Erik Steffl wrote:
This is a new site, I was able to enable few modules but when tried to add 'audio' modules ('audio' module from http://drupal.org/project/modules) I got the following error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /opt/drupal-4.7.3/database/updates.inc on line 1984
any ideas? I looked at the code but it's not clear what the error means, looks more like some php related problem.
system: - debian unstable - php5 - mysql 5 - drupal 4.7.3
TIA!
erik
-- "Open information is mind power." www.indymedia.be _ www.getbasic.be _ www.fluxx.be PGP public key: http://keys.indymedia.org _ id: D48B28E2
On Sunday 24 September 2006 00:38, Erik Steffl wrote:
just found out: when I remove 'audio' module from drupal modules directory the modules admin page works again. Not sure yet if there's something wrong with audio module, or whether it's just number of modules or something wrong with my config...
any ideas?
erik
This page has some information on that problem: http://drupal.org/node/31819 It is located here: http://drupal.org/Troubleshooting-FAQ -- Jason Flatt http://www.oadae.net/ Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005) Linux User: http://www.sourcemage.org/ Drupal Fanatic: http://drupal.org/
Thanks a lot (to you and Bruno who also replied), that was it (memory_limit in php.ini too small), erik Jason Flatt wrote:
On Sunday 24 September 2006 00:38, Erik Steffl wrote:
just found out: when I remove 'audio' module from drupal modules directory the modules admin page works again. Not sure yet if there's something wrong with audio module, or whether it's just number of modules or something wrong with my config...
any ideas?
erik
This page has some information on that problem: http://drupal.org/node/31819
It is located here: http://drupal.org/Troubleshooting-FAQ
participants (3)
-
Bruno De Bondt -
Erik Steffl -
Jason Flatt