Page 1 of 1

Installing weather plugin

Posted: Fri Oct 14, 2005 3:37 pm
by aacircle
I've just tried to install the weather plugin without success:

Cannot write to directory /home/httpd/html/mydomain//blog//plugins/. Please check the permissions.
Error: serendipity_plugin_weather:a64b0f758e68dec8e0e91acd342d454e (serendipity_plugin_weather)

I noticed that /home/httpd/html/mydomain//blog//plugins has double slashes in it. Is this an error?

Re: Installing weather plugin

Posted: Fri Oct 14, 2005 3:43 pm
by garvinhicking
The double slashes are not of importance. Just pay attention to the first message: Your directory /blog/plugins/ is not writable (i.e. 0777) for the webserver user.

Change it via chmod() or your FTP editor so that Serendipity can write the plugin directories.

Best regards,
Garvin

Posted: Fri Oct 14, 2005 4:34 pm
by aacircle
Thanks Garvin. All looking fine now.

Cheers!