2 neurocentric Nov 14, 2007 22:27

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
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
Many thanks for your help.
Hi neurocentric,
So what's the result? Which change work for you???
Thanx,
zb
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.}