PDA

View Full Version : Impossible to run setup...


maflu
21st of September 2003 (Sun), 08:45
When I enter the command "http://blablabla/gallery/setup.php", I get the following message:

Warning: Unable to access ../122_full_install/toroot.php in setup.php on line 224

Warning: Failed opening '../122_full_install/toroot.php' for inclusion (include_path='/var/www/free.fr/20/b/l/a/b/labla/include/:.') in setup.php on line 224

What's wrong do you think?
Thank you
Cheers

Pekka
21st of September 2003 (Sun), 16:56
Your PHP setup has wrong/odd include path '/var/www/free.fr/20/b/l/a/b/labla/include/:.'

Place line (correct it to read your system path to ee root there)

ini_set ("include_path",".:'/var/www/free.fr/gallery/");

into beginning of setup.php and also into beginning of fetchsettings.php. That should be enough to let EE know it's root folder.

maflu
22nd of September 2003 (Mon), 02:15
Thank you for your reply. I still have the same error.

There is something I do not understand in setup.php:

include ("../122_full_install/toroot.php");

this line refers to a "122_full_install" folder. But this folder does not exist on my site and the toroot.php file is to be found in the "gallery" folder...