1 neurocentric Nov 14, 2007 22:25
3 afwas Nov 14, 2007 23:12
You should adjust the available memory. You can do this in php.ini or in a .htaccess file:
# Increase memory limit
php_value memory_limit 24M
or:
Add or adjust in ../blogs/conf/_advanced.php:
ini_set('memory_limit', '24M');
Good luck
4 zblogwala Nov 15, 2007 01:22
welcome to my world.
Check if you can see memory_limit parameter when you run phpinfo.php.
If not its most likely hosting issue.
Thanx,
zb
5 neurocentric Nov 16, 2007 18:16
Many thanks for your help.
6 zblogwala Nov 17, 2007 05:53
Hi neurocentric,
So what's the result? Which change work for you???
Thanx,
zb
7 neurocentric Nov 23, 2007 09:33
I'm afraid I've had to postpone working on this project for the time-being.
I believe the solution was to increase memory in the php.ini or in a .htaccess file, but unfortunately my cheap host wouldn't do that "due to performance issues" :roll: . I am no longer with them, due to a number of other issues, so may try again in the future, when I have time. :yawn:
Sorry that's not much help. :oops:
Tim
{The version is 2.1.0 "Las Vegas" - not 1.10.x as in the header.}