Problems Installing Resource Space on localhost WAMP

359 views
Skip to first unread message

Kevin

unread,
Apr 6, 2008, 11:55:21 AM4/6/08
to ResourceSpace
Hello,

I'm attempting to install ResourceSpace on WAMP for testing purposes.
The server install has been proved wo be wokring with other php/mysql
applications.

Performed:
1) Extraction and copy to WEBROOT
2) Edit of /include/config.php
3) Attempt to access install at http://localhost/resourcespace with
browser shows "Forbidden You don't have permission to access /
ResourceSpace/< on this server."

Apache Error Log:
[Sun Apr 06 11:49:20 2008] [error] [client 127.0.0.1] (20024)The given
path misformatted or contained invalid characters: Cannot map GET /
ResourceSpace/%3C?=$bottomurl?%3E HTTP/1.1 to file, referer:
http://localhost/ResourceSpace/
[Sun Apr 06 11:49:20 2008] [error] [client 127.0.0.1] (20024)The given
path misformatted or contained invalid characters: Cannot map GET /
ResourceSpace/%3C?=$topurl?%3E HTTP/1.1 to file, referer:
http://localhost/ResourceSpace/

Apache Access Log:
127.0.0.1 - - [06/Apr/2008:11:49:20 -0400] "GET /ResourceSpace/ HTTP/
1.1" 200 1974
127.0.0.1 - - [06/Apr/2008:11:49:20 -0400] "GET /ResourceSpace/%3C?=
$bottomurl?%3E HTTP/1.1" 403 220
127.0.0.1 - - [06/Apr/2008:11:49:20 -0400] "GET /ResourceSpace/%3C?=
$topurl?%3E HTTP/1.1" 403 220


Has anyone experienced this and have any advice?

TIA!
~k

lmolmud

unread,
Apr 6, 2008, 1:47:05 PM4/6/08
to ResourceSpace
Is the path case-sensitive in WAMP? You have it lc in the directory,
but camelcase is the error message, which would seem to imply you
might be camelcasing the url? What's the "install" command about?

Kevin

unread,
Apr 6, 2008, 4:25:15 PM4/6/08
to ResourceSpace
Thanks for the reply...

WAMP is not case sensitive...

I'm assuming that first access will create the sql structure, hence
calling it install - I suppose more accurately I should have said
"Attempt to access site" instead if "install".

Thanks again,
~k

Kevin

unread,
Apr 6, 2008, 4:57:56 PM4/6/08
to ResourceSpace
Fixed!

In php.ini

short_open_tag = Off

Needed to turn it on..

~k
Reply all
Reply to author
Forward
0 new messages