jcarousel_themb_nav

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:
[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.

Comments

Sign In or Register to comment.