In my attempts to squash all warning messages from my log, I noticed there were some 404 errors being generated for images without the proper rewrite rules used, such as:
Quote:[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 2097
The %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.
Ok, installed 1.3.1.2 [6390] and it still produces the same results.
The jcarousel produces links to:
http://inthemdl.net/34th-birthday/2010-03-26%2B19.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.