Page 1 of 1

can't install s9y into wwwroot, must be in subdir

Posted: Fri Sep 03, 2010 3:18 pm
by SanderP
Hello,

I'm trying to get s9y to work on a remote windows host. If I unzip all the files into a subdirectory ie. .../wwwroot/serendipity things work pretty well. If I unzip straight into wwwroot then things don't work at all:

I get tons of messages like:
deployment/exit.php corrupt or modified: failed verification [?]
deployment/serendipity_admin_image_selector.php corrupt or modified: failed verification [?]
deployment/serendipity_editor.js corrupt or modified: failed verification [?]
deployment/serendipity_config.inc.php corrupt or modified: failed verification [?]
deployment/comment.php corrupt or modified: failed verification [?]
deployment/serendipity_define.js.php corrupt or modified: failed verification [?]
deployment/serendipity_xmlrpc.php corrupt or modified: failed verification [?]
deployment/serendipity.css.php corrupt or modified: failed verification [?]
deployment/wfwcomment.php corrupt or modified: failed verification [?]

presumably all file verification fails even though the files are there.

Then finally:

Permissions
C:/HostingSpaces/../wwwroot/ Not writable [!]
C:/HostingSpaces/../wwwroot/templates_c Writable
C:/HostingSpaces/../wwwroot/archives/ Writable
C:/HostingSpaces/../wwwroot/plugins/ Writable
C:/HostingSpaces/../wwwroot/uploads/ Writable
Execute Imagemagick binary Not found [?]

presumably this is something I need to talk to my support guys about. What specifically do I ask them for?

Thanks,

Sander

Re: can't install s9y into wwwroot, must be in subdir

Posted: Fri Sep 03, 2010 4:28 pm
by garvinhicking
Hi!

So for example you did make sure that deployment/exit.php is a file that exists on the directory, and if you compare it to the file you unzipped to a directory, the file has the same contents?

I might imagine that when unzipping into a different directory maybe your extracting tool skips ALL directory and puts all files into a single dir?

Regards,
Garvin