New Installation Error After Running Setup

brody

Joined: 2002-08-27
Posts: 1
Posted: Tue, 2002-08-27 20:30

I get the following message at the very end of the setup :

Warning: Unable to create 'init.php/config.php': Not a directory in write.inc on line 10
Unable to write to init.php/config.php

i ran the sh configure.sh and also changed to the proper permisions, the setup went fine i was able to clear up any issues there but when i "saved config" i got the above error. Any help of suggestions would be great

thanks

 
TheWatcher
TheWatcher's picture

Joined: 2002-08-21
Posts: 120
Posted: Wed, 2002-08-28 03:10
Quote:
I get the following message at the very end of the setup :

Warning: Unable to create 'init.php/config.php': Not a directory in write.inc on line 10
Unable to write to init.php/config.php

i ran the sh configure.sh and also changed to the proper permisions, the setup went fine i was able to clear up any issues there but when i "saved config" i got the above error. Any help of suggestions would be great

thanks

Run the diagnostics.php for you to troubleshoot.
Go to gallery path ex. /gallerypath/setup/diagnostics.php

Check the phpinfo result .. safe mode should be OFF.
NetPbm should be running without any error...

Let me know,
thewatcher.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2002-08-28 05:42
Quote:
I get the following message at the very end of the setup :

Warning: Unable to create 'init.php/config.php': Not a directory in write.inc on line 10
Unable to write to init.php/config.php

i ran the sh configure.sh and also changed to the proper permisions, the setup went fine i was able to clear up any issues there but when i "saved config" i got the above error. Any help of suggestions would be great

thanks

This happens when PHP doesn't properly interpret the __FILE__ directive. What version of PHP are you running? And is it possible for you to upgrade to a newer version?