Web Hosting Talk







View Full Version : Problem installing php script


guitarguy22
08-20-2005, 11:15 PM
I have uploaded all the files. created a database and uploaded the database dump file. These two things I can't figure out.
If you have aim or any other instant messanger I would like to add you so we can discuss it rather then by writing back.
My aim is evanguy19. Please write me back with any help you can offer. I really appreciate it!

4.Run install.php from the root directory of your server.

5. Change the access, from your site's control panel, to "777", for the following directories:

/images/
/config
/banners/
/uplimg/
/cclogos/
/mails/
/shops/

as well as all the files from the /mails/ directory.

Dan L
08-20-2005, 11:27 PM
4. Go to install.php in your browser and follow the steps.

5. In your FTP program, right click and select CHMOD, then set it to 777 or select all the boxes, and click OK.

ElyDesign
08-22-2005, 10:19 AM
You can change the rights of the directories either using SSH with the command chmod 777 images, or using chmod -R 777 images, in case you would like to change recursively the preferences of all files , which are in this directory.