Page 1 of 1

CHMOD

Posted: Thu Dec 29, 2005 6:35 pm
by FruitBeard
Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

To save you having to manually chmod files,as some have had dificulties, try this.

find inside gbook.php this code
require_once('settings.php')
and place below it this code:
chmod ($settings['logfile'], 0666);

Posted: Fri Dec 30, 2005 12:46 am
by Klemen
Stickied.

Posted: Mon Mar 06, 2006 6:17 pm
by FruitBeard
Hello there all,

The return of the beard...

Refering to the 1st post of this thread.

find inside gbook.php
require_once('settings.php')
and place underneath
if ($settings['system'] == 1) chmod ($settings['logfile'], 0666);
this will just not give errors with windows sever.

Posted: Sun Sep 28, 2008 6:43 pm
by CanadianQueenie
FruitBeard wrote:Hello there all,

The return of the beard...

Refering to the 1st post of this thread.

find inside gbook.php
require_once('settings.php')
and place underneath
if ($settings['system'] == 1) chmod ($settings['logfile'], 0666);
this will just not give errors with windows sever.
I did this and I also did the 666 within Filezilla and still getting the same error.

Posted: Sun Sep 28, 2008 8:17 pm
by Klemen
Then you are probably on a Windows server. Open a new topic and post your phpinfo file (you will find it in the "read this before posting a new topic" post) so we can have a look. I will lock this topic now as I don't want it to become a list of "I have the same problem" replies :wink: