![]() |
|
1.08 + effervescence theme - 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: 1.08 + effervescence theme (/thread-1227.html) Pages:
1
2
|
1.08 + effervescence theme - monster - 2007-03-01 Hello, 1.08 + effervescence theme - trisweb - 2007-03-01 Here's the error message so we can work on it... http://monster.forall.pl/zenphoto/zen/i.php?a=paris2007&i=DSC_5583.JPG&w=180&cw=180&ch=80&debug Fixing now... 1.08 + effervescence theme - Chilifrei64 - 2007-03-01 @Trisweb: very neat.. I havent had a chance to run around the code in a while.. is that &debug a new error reporting feature or have I just missed the boat completely recently and that has been around for a while. 1.08 + effervescence theme - trisweb - 2007-03-01 Is this the actual 1.0.8 release you're testing, or is it SVN code? 1.08 + effervescence theme - trisweb - 2007-03-01 Daniel, that was new in 1.0.7 but I didn't really tell anyone much about it ;-) Sorry about that. No worries about XSS either, all that debug content is completely filtered. Becomes harder to get the i.php URL to stuff with 1.0.8 though, since the URLs point directly to cache if the size is cached already (and I can't say enough how GREAT that is...). You have to find an unprocessed image to nab the URL of. 1.08 + effervescence theme - trisweb - 2007-03-01 Working for me here: http://www.trisweb.com/tests/zenphoto-svn/ 1.08 + effervescence theme - trisweb - 2007-03-01 Monster, could you put up a `` file and give us the link? Thanks! The URLs are well formed it seems, so there's some other problem in the way they're processed. 1.08 + effervescence theme - monster - 2007-03-01 @tris thanks in advance, 1.08 + effervescence theme - monster - 2007-03-01 and my production server http://www.pawelnawrocki.com/phpinfo/ 1.08 + effervescence theme - thinkdreams - 2007-03-01 @monster- What distribution of Effervescence are you using? I'm on 1.0.8 with Effervescence and it seems OK so far. If you're using the 1.1 version, I have modified it the original 1.0 distribution to use a customfunctions file located in the effervescence theme directory, not in the zen directory. Just wanted to make sure all the includes you have in your theme are pointed to the right place. It seems so, since your not getting any missing function errors, but just wanted to be sure. 1.08 + effervescence theme - trisweb - 2007-03-01 Grab this file: (you'll have to copy the text into a new file, I have a syntax highlighter on that I didn't know about...) http://www.zenphoto.org/temp/functions-image.phps Rename it to 1.08 + effervescence theme - monster - 2007-03-01 here you are http://monster.forall.pl/zenphoto/zen/functions-image.php thanks tris 1.08 + effervescence theme - trisweb - 2007-03-01 sigh I knew that would be confusing. I don't need to see my source code highlighted on your server, I want it to run ;-) Okay, so new plan. Grab this, and change its name to .php as before. Stick it in the same place, overwriting the old one... 1.08 + effervescence theme - thinkdreams - 2007-03-02 @monster: With ZP 1.0.8 in your zp_config, try turning off (commenting out) the line: `// If mod_rewrite is true above, zenphoto's image page URL's usually end in .jpg, // set this if you want something else appended to the end (helps search engines). // Examples: .html, .php, /view, etc. // $conf['mod_rewrite_image_suffix'] = '.php';` and see if anything changes. I'm curious.... 1.08 + effervescence theme - monster - 2007-03-02 @tris 1.08 + effervescence theme - monster - 2007-03-02 tadaaa
now it works D thanks 1.08 + effervescence theme - trisweb - 2007-03-02 Ah! Got it! I see the bug now. I'm on top of it... 1.08 + effervescence theme - monster - 2007-03-02 Shall I wait for new release 1.082 (hihi) Great job Tris 1.08 + effervescence theme - trisweb - 2007-03-02 1.0.8.1 actually :-P ... Uploading now. 1.08 + effervescence theme - trisweb - 2007-03-02 Okay, it's up. Should fix this bug completely! Thanks for the help in finding it guys. |