I know this topic has been beaten to death, and I have read every posting on this, both on this site and any other forum with this topic I could find. However my PHP memory limit remains at 32M and I keep on getting out of memory errors. This is what I have done so far.
I have spoken to my host and asked for a memory increase, the host placed a php.ini file in my html_public directory with the following:
memory_limit = 128M
This has not worked so I have tried the following, both with 128M as my host claims I have, and 96M settings:
.htaccess in my html_public directory I tried php_value memory_limit 128M.
.htaccess in my drupal directory (this is a subdirectory of my html_public direcotry) I tried php_value memory_limit 128M.
settings.php in my sites directory I tried ini_set('memory_limit', '128M').
I even tried increasing my memory limit in my index.php as someone suggested somewhere, but that only caused an error.
Finally I installed DrupalTweaks and tried using this to increase my memory. I get no errors but after settings are saved it still shows 32M.
Given all the actions I've taken, does anyone have a suggestion why my memory remains at 32M?
Read »








