I am installing the script on my comcast.net homepage. I created .htaccess and chmod it to 777 and also config.php and chmod'd setup folder to 755 or whatever too. WHen i go to the /gallery/index.php it doesnt load up the install what file do i go to and ive tried different files and none of em start a installation.
Thanks.
Posts: 1301
You need to go to gallery/setup/index.php to run the initial gallery installation.
Posts: 120
Correct ...
Posts: 4
I am installing Gallery via FTP and I when I extract the Tar file to my computer I see no "/setup/" directory. I do not have shell access to my account and haven't got a clue how to start the configuration as I can't find it in the readme file.
I tried running my index.php file and get this error:
Warning: Failed opening 'platform/fs_unix.php' for inclusion (include_path='.:/usr/local/plesk/php/lib/php') in /usr/local/plesk/apache/vhosts/sirkris.com/httpdocs/gallery/init.php on line 76
Fatal error: Call to undefined function: fs_file_exists() in /usr/local/plesk/apache/vhosts/sirkris.com/httpdocs/gallery/init.php on line 80
Kris :cry:
Posts: 120
Let me understand your situation. You have comcast cable connection with free 10mb hosting service and email address? If this is right, please ask comcast if your webhosting is in Windows or Unix platform and follow up to them if PHP was installed to their webhosting.
I have one customer using comcast webhosting in windows IIS without php installed.
Let me know.
Posts: 7994
[quoteI tried running my index.php file and get this error:
Warning: Failed opening 'platform/fs_unix.php' for inclusion (include_path='.:/usr/local/plesk/php/lib/php') in /usr/local/plesk/apache/vhosts/sirkris.com/httpdocs/gallery/init.php on line 76
Sounds to me like you uploaded all the files in the top gallery directory,
but not all the other files (there are plenty of them) in the various
subdirectories (like setup, platform, css, classes, etc.)
Posts: 4
You nailed it! When I extracted the tar file, I unchecked the option in WinZip to use directories and all files were extracted into one directory. That is the reason why I couldn't find the "setup" directory. Since then, I've successfully installed my gallery and it works great. Thank you!
Kris :grin: :grin: :grin: