Forums / Setup & design / couldn't start de setup wizard again

couldn't start de setup wizard again

Author Message

david s

Thursday 27 November 2003 1:54:43 am

Hi!

I'm trying to start de setup wizard again to install another site. I already have a booshop and a plain example installed, and i want to install the intranet templates.

I have changed the variable CheckValidaty to true in settings/overrride/site.ini.append.php but i get the next error:

Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/ezpublish-3.2-3/lib/ezxml/classes/ezxml.php on line 271
Fatal error: eZ publish did not finish it's request

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

The server is an Apache httpd 1.3.29 (Ben-SSL/1.52 (Debian GNU/Linux) PHP/4.3.3)

Thanks,

David

Marco Zinn

Thursday 27 November 2003 2:29:13 am

Which language do you use in your existing sites? If you changed to something other than english (eng-GB), this will cause a problem with the installer, because the installer currently only has support for "english".
If this is your case, you can
- keep trying ;) , because at some moment, the installer will have "translated" (copied) all strings from english to your language
- check site.ini.append.php for something like "Locale" (not "ContentLocale") and change this to "eng-GB", before you run the installer. You can change it back to you language later.

Marco
http://www.hyperroad-design.com

david s

Thursday 27 November 2003 3:25:08 am

It works now :-)

I only add RegionalSettings to settings/override/site.ini.append.php and it works.

[RegionalSettings]
Locale=eng-GB
ContentObjectLocale=eng-GB
TextTranslation=enabled

Thanks a lot !!!