Newbie needing some help please !!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sooty
Forum Newbie
Posts: 1
Joined: Sun Sep 21, 2003 4:48 am
Location: Tunbridge Wells,Kent

Newbie needing some help please !!!

Post by sooty »

Some help for a newbie please: when i log into admin on my shopping cart the following comes up

The program does not have permission to write in the file configuration_1.php. This file needs to be chmod'ed 666. in /home/mobile-d/public_html/phpcart/admin/configuration.php on line 37

if you go to admin index & set user names & passwords you get this:


Notice: The program does not have permission to write in the file admin_1.php. This file needs to be chmod'ed 666. in /home/mobile-d/public_html/phpcart/admin/index.php on line 38

Warning: fopen(admin_1.php): failed to open stream: Permission denied in /home/mobile-d/public_html/phpcart/admin/index.php on line 50

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mobile-d/public_html/phpcart/admin/index.php on line 51

Warning: fclose(): supplied argument is not a valid stream resource in /home/mobile-d/public_html/phpcart/admin/index.php on line 52
Setting updated!

being so new am totally los

tia

sooty
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

You need to set permissions to be able to manipulate the files. Use chmod() or directly CHMOD from your FTP client.

-Nay
Post Reply