Forums / Setup & design / putting ezpublish on live server
Koen Colen
Wednesday 14 February 2007 6:40:40 am
Hello, I finished my first ez publish test site.I like to put it live now.
I transferred my files and copied my database + permissions.
What do I need to do more. Once I saw something in the documentation or here on the forum but I can't find it back.
Anyone knows where I can find it.
Kristof Coomans
Wednesday 14 February 2007 11:17:48 pm
Hi Koen
Did you configure Apache correctly?
If something doesn't work correctly, then tell us what ;-)
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Monday 19 February 2007 1:08:57 am
It says...
Fatal error: eZ publish did not finish its requestThe execution of eZ publish was abruptly ended, the debug output is present below.
But I don't see any debug output.
Tnx,Koen
Softriva .com
Monday 19 February 2007 12:05:52 pm
Check your php.ini for
;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 300 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 64M ; Maximum amount of memory a script may consume (8MB)
The above is what I have in my home server. Check your home server and your live server and see the difference.