Hey guys,
i recently purchased this script
http://www.phpmyrealty.com and i installed it on our shared server on 1 and 1 hosting but i get this error
Code:
Fatal error: Allowed memory size of 524288000 bytes exhausted (tried to allocate 2036429426 bytes) in /homepages/45/d22134582/htdocs/87898964dgf/includes/filter.php on line 2
Since i dont have access to the php.ini i figured i can create one and drop it in our root with this line in it
Code:
ini_set("memory_limit","12M");
but this did not help , opened up the PHP file that requires more memory, and added a line below just after ini_set(’memory_limit’, ‘12M’);
Same thing...no go!!
got a .htaccess in the root, and added a line that looks like below.
php_value memory_limit 12M
None helped.....anybody got any pointers ???