Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
01/01/2003 16:45:53
|
Anonymous
|
Hi,
When I want to change the templates, and I push the "Submit Settings" button, I get the following error:
Warning: fopen("./templates/header.php", "w") - Permission denied in /home/sites/site95/web/benheart/guestbook/lib/admin.class.php on line 193
Warning: Supplied argument is not a valid File-Handle resource in /home/sites/site95/web/benheart/guestbook/lib/admin.class.php on line 194
Warning: Supplied argument is not a valid File-Handle resource in /home/sites/site95/web/benheart/guestbook/lib/admin.class.php on line 200
What's wrong with this?
|
|
01/01/2003 19:38:45
|
Anonymous
|
You have to set write permissions to your php template files
chmod 666 on all template php files
you get permission denied because they get set to default cmod 644 during ftp upload
|
|
|
|
|
|
Based on the open source JForum
|