+ problem



Joined: 2003-08-31
Posts: 6
Posted: Sun, 2003-08-31 17:38

hi... :D

have been attempting to install gallery on a nuke...
i won't give you to much info because my problem is this...

my gallery will not let me install it because the 'path' everything is installed in lies past a directory called +

i.e:

www.mysite.com/+/gallery
or
/usr/bin/+/gallery

if i submit this in configuration as the path to netpbm or gallery or anything, the + gets removed and it tells me it cannot find the resource...

the paths get changed like this:

www.mysite.com/ /gallery
or
/usr/bin/ /gallery

has this ever cropped up before, i had a look and couldn't see anything...
hoping someone might be able to help / advise ? :)

i know the /+/ 'dir' is a little strange but it's never given me trouble before... unfortunatley... my files must reside there... help!

...thanks for reading...
gallery looks great, hope i don't have to miss out :wink:

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3474
Posted: Mon, 2003-09-01 09:45

Try escaping the "+" with "\+" perhaps?

-Beckett (

)

 
jmullan
jmullan's picture

Joined: 2002-07-28
Posts: 974
Posted: Tue, 2003-09-02 19:39

I think that the problem lies in the url encoding/decoding schemes. the plus sign is also used as a space, which is probably why it gets encoded as %2b. Someone will have to figure out where the translation from + to space is occuring.

This is just a wild guess.

 


Joined: 2003-08-31
Posts: 6
Posted: Thu, 2003-09-04 10:41

:lol:

yeah i went back through the install procedure as before
but everywhere i would have put: /+/ i placed: /%2b/ instead

i had to go back and change configuration a few times, [duh]
every time replacing the /+/ to a /%2b/ ...
[because it translated it back to /+/]

anyway... it installed fine like that... seems to all run

but when uploading i now get an error (0) to do with thumbnails...

but i guess that's another post ;) ... thanks for the replys people :)

 
jmullan
jmullan's picture

Joined: 2002-07-28
Posts: 974
Posted: Thu, 2003-09-04 17:39

X: I think that they are working on a more permanent solution, but I'm glad to have helped you get on your feet. Can you link to your other post here?

 
alindeman
alindeman's picture

Joined: 2002-10-06
Posts: 8194
Posted: Thu, 2003-09-04 20:48

You might want to edit config.php manually and add the escaping...

 


Joined: 2003-08-31
Posts: 6
Posted: Sat, 2003-09-06 01:07

here's the other post

:D