I am getting:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /path/dbclass.php on line 225
line 225 : $row = mysql_fetch_assoc($res);
- It was 64M; increased to 128M but no luck.
- I added ini_set('memory_limit', '-1'); at top of the page but no luck.
-
I added the php_value memory_limit 512M in the htaccess but no luck. Site went down; got fatal error.
Options +FollowSymlinks
RewriteEngine onRewriteBase /prolinc/RewriteBase /
RewriteCond %{HTTP_HOST} ^domainname.com$ [NC]
RewriteRule ^(.*)$ http://www.domainname.com/$1 [L,R=301]php_value memory_limit 512M