Page 1 of 1

Newbie needing some help please !!!

Posted: Sun Sep 21, 2003 4:48 am
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

Posted: Sun Sep 21, 2003 4:54 am
by Nay
You need to set permissions to be able to manipulate the files. Use chmod() or directly CHMOD from your FTP client.

-Nay