By dreamYu on
Hi all,
hope you can give me a tip in this matter.
When installing new modules, I found out that some of them cant get enabled in the administer > modules section. In fact, if I copy this "faulty" module in my drupal modules directory, I cant go to administer > modules anymore. If I click the link, there's no reaction.
I had this experience with filestore2, and now with the audio module. I followed the Install.txt step by step, but no success.
The permissions / file properties are ok.
What is the problem here?
(drupal 4.6.2)
dreamYu
www.intothespirit.com
Comments
You've probably run out of PHP memory
You've probably run out of PHP memory. You'll need to either uninstall some modules or increase the memory_limit variable in php.ini.
/etc/php4/apache2/php.ini
; change from 8MB to 16MB
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)
http://astbill.com
http://astartelecom.com
good tip
thank you for your response - i will look into that matter
edit: you were right: i deinstalled some unused modules and now everything works as it is meant to :)
problem is that my provider doesnt let me fiddle around with those cfg files - even .htaccess isnt usable for me :(