Forums / Setup & design / putting Exponential on live server

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

putting Exponential on live server

Author Message

Koen Colen

Wednesday 14 February 2007 6:40:40 am

Hello,
I finished my first Exponential 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

Koen Colen

Monday 19 February 2007 1:08:57 am

It says...

Fatal error: Exponential did not finish its request
The execution of Exponential 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.