Forums / Install & configuration / installation problem - probably something simple?

installation problem - probably something simple?

Author Message

Ewan Lauder

Thursday 19 August 2004 4:00:28 am

I've uploaded ez to my server, set permissions & created database.

However when I cruise over to index.php for wizard, I get a near blank, blue page.
http://www.ewanlauder.com/ezpublish/index.php

What am I doing wrong?

Cheers,
E

Ewan Lauder

Friday 20 August 2004 4:56:49 am

Hi - got through the installation wizard ok (was incorrect permissions) however, when I complete the final page and submit I get:

Fatal error: Maximum execution time of 30 seconds exceeded in /pub/home.. ezpublish-3.4.1/lib/ezfile/classes/ezdir.php on line 466
Fatal error: eZ publish did not finish it's request

The execution of eZ publish was abruptly ended, the debug output is present below.

I realise this is mentioned in other posts, where the solution seems to be to:

change php.ini settings for excecution limit and memory limit -
max_execution_time = 120 (this is what ez is referring to about execution time- default is 30)
max_input_time = 60
memory_limit = 64M
Be sure to restart the webserver.

But where is this php.ini file? Is this with my hosting provider? I think it very unlikely they will change it.

Is there another solution? What do I do?

Ewan

jochen gajsar

Friday 20 August 2004 5:30:15 am

Hi, the php.ini File is usually in your /etc/ Directory.

If you change the default setting, the error message won't appear any more.

Jochen

Ewan Lauder

Friday 20 August 2004 5:48:27 am

Hi thanks for replying - still can't find my php ini file.
I've asked my hoster.

- just worried they won't change the settings

Is there any other way to do this?