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?
erikErik 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
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
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