Page 1 of 1

archive directory

Posted: Sat Sep 20, 2008 8:45 pm
by Soulfly
Hi

I am trying to run s9y on a vserver from hosteuropa. Before I run it successfully on another. But now I need to configure the webpages with PLESK.

I used the "tar" command to extract the files and i added the archives directory manually(and a chmod 777 on this directory). In the first overview page of s9y, it seems to be all ok.
And it shows a writable access.
But the second page shows an error:
(I replaced the website with XXX)

Code: Select all

To check your local webserver installation, serendipity needs to be able to write the file ".htaccess". This was not possible because of permission errors. Please adjust the permissions like this:
  chmod go+rwx /var/www/vhosts/XXX/httpdocs/
and reload this page.
DIRECTORY_NON_EXISTANT
Directory /var/www/vhosts/XXX/httpdocs/archives does not exist and could not be created. Please create the directory manually
 -> run mkdir /var/www/vhosts/XXX/httpdocs/archives
 -> run chmod go+rwx /var/www/vhosts/XXX/httpdocs/archives
I gave already the complete vhost directory an chmod -R 777 but still the same problem. Maybe somebody has an idea......

cheers
Soulfly

Posted: Sat Sep 20, 2008 9:13 pm
by Soulfly
resolve the problem... was the php safe mode... has to be off