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/archivescheers
Soulfly