Re: spaces in URL translated to + but not translated back

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: spaces in URL translated to + but not translated back

I think all that needs to happen is to put a urldecode() around basename($image_path) on line 868 (probably not the line on your copy). In PHP 5, fopen should handle HTTP requests, and therefore the URL encoding. If you don't have PHP 5, I'm not too sure what should be done. (Besides convincing your host to upgrade.)

import image local path fix By: cdiggity (17 replies) Sun, 09/16/2007 - 02:39