Installation step 2
Checking for required files.............
############## CONFIG FILE ##########################
Checking config.php file .......... file exists
Checking config.php permission .......... writeable
############## SECRET DIRECTORY ##########################
Checking secret directory name .......... secret
directory's name is not '_secret' but 'secret_dir', good.
Checking secret directory existences ..........
directory 'secret_dir' exists
############## DATABASE FILE ##########################
Checking database file name .......... database file's
name is not 'default.dat' but 'secret_dir', good.
Checking database file existences ..........
Warning: is_file(): Stat failed for
secret_dir/shout.dat (errno=13 - Permission denied) in
/home/simoxy/public_html/kites/g-shout/install.php on
line 242
database file 'shout.dat' does not exist, make it exists!
Checking database file permission .......... database
file 'shout.dat' is NOT writeable, change its
permission to be writeable. (CHMOD 666 shout.dat, if
you are using *NIX OS)
############## LOG FILE ##########################
Checking log file name .......... log file's name is
not 'default.log' but 'shout.log', good.
Checking log file existence ..........
Warning: is_file(): Stat failed for
secret_dir/shout.log (errno=13 - Permission denied) in
/home/simoxy/public_html/kites/g-shout/install.php on
line 271
log file 'shout.log' does not exist, make it exists!
Checking log file permission .......... log file
'shout.log' is not writeable, change its permission to
be writeable. (CHMOD 666 shout.log, if you are using
*NIX OS)
Above is the errors that I'm getting. I have made all
the modifications as stated in the install file? But it
just don't want to work.
PLEASE HELP