Hey folks,
i get an error, if i edit a node:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65464 bytes) in /var/www/web25/html/forum/includes/adminfunctions.php on line 3102
How can i get it work? I only get this error, if the ad-module is active.
I'd like to use the great module....
Comments
Comment #1
jeremy commentedIt appears that you need to allocate more memory to PHP if you wish to use the ad module along with all your other modules. Specifically, edit "memory_limit" in php.ini. Your limit is currently set to 32 megabytes. Alternatively, try disabling other modules that you may not need.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.