Forums / Install & configuration / error 404!! solution

error 404!! solution

Author Message

nicola fusco

Tuesday 15 April 2003 2:31:14 am

Hello,
the reason that the ez publish software is giving you the 404 error is because process does not have enough memory to finish. Note the following from the error log:
FATAL: erealloc(): Unable to allocate 61440 bytes
So, the only solution that I can see is to place the script on a larger server

I changed the max memory per process (only for php) to 24M instead of the default 8M. I then restarted apache. It seems to work now. It appears as though the script is fairly memory intensive, so it may not work as well as you'd like. At any rate, if it gives you more problems, you have up to 72MB per process on a server, you might try raising the limit again. The directive is:
memory_limit = 24M
in the ~/usr/local/lib/php.ini file.
Ciao a tutti e forza inter!!!