A am a PHP user, fairly new to Drupal.
I'm not sure if this is a bug, or just something in my environment that is making Drupal instable. When I add more than say 15 modules to Drupal, most of my admin link break, causing the links to lead to the homepage instead of their intended page (e.g. Modules)
It seems that this is some sort of php memory issue. I had the problem first on a shared godaddy hosting account (testing). Then I tried it through WAMP on my local machine, and it broke again.
I read similar posts about blank screens when too many modules are loaded, do you think this is a similar issue. I have tried adjusting the cache and removing modules I'm not using, but it doesn't seem like I have too many modules loaded. Really, with several hundred modules available, do I need to be that selective?
Any help would be appreciated.
Tim
Comments
Comment #1
Anonymous (not verified) commentedYou need to increase the php memory_limit, either in your htaccess or in your apache configuration.
Comment #2
mdupontOld issue. Closing. Seems like a configuration issue somewhere, as most Drupal sites are running with well over 15 contrib modules.