The simpler media website CMS
[Fri Dec 24 01:52:15 2010] [warn] mod_fcgid: stderr: PHP Notice: Zenphoto processed a 404 error on /34th-birthday/2010-03-26%2B19.39.20.jpg.php. See the debug log for details. in /home/inthemdl/public_html/zp-core/functions.php on line 2097The `%2B` is supposed to be a + sign, which is used in place of spaces for re-write rules. So I looked around and found tht it's using that in the jcarousel links that are generated, but I'm not exactly sure how to go about fixing this.
Comments
The jcarousel produces links to:
http://inthemdl.net/34th-birthday/2010-03-26+19.31.47.jpg.php
It should be producing the links to:
http://inthemdl.net/34th-birthday/2010-03-26+19.31.47.jpg.php
the jcarousel is producing the hex replacement I assume. I've attempted to have the UTF8 both on and off for URIs and enabled/disabled in php to see if it makes any difference, which it doesn't.