ZenphotoCMS Forum
jcarousel_themb_nav - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: jcarousel_themb_nav (/thread-7995.html)



jcarousel_themb_nav - micheall - 2010-12-23

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.




jcarousel_themb_nav - sbillard - 2010-12-24

Please try last nights build. I did also see this problem and think I have fixed it.




jcarousel_themb_nav - micheall - 2010-12-24

I'm currently running Version 1.3.1.2 [6384]. I'll try the nightly after tonight to see if it's resolved.




jcarousel_themb_nav - micheall - 2010-12-25

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.




jcarousel_themb_nav - sbillard - 2010-12-25

Ok, there will be yet another attempt to fix this tonight




jcarousel_themb_nav - sbillard - 2010-12-25

Ok, there will be yet another attempt to fix this tonight




jcarousel_themb_nav - micheall - 2010-12-25

Version 1.3.1.2 [6394]remedies the error Thanks sbilliard