Hello,
I'm using effervescence theme in my gallery 1.07 http://www.pawelnawrocki.com/zenphoto/
Before I will install the latest version 1.08, I've tested new core with effervesnce
on some other server and it occured that it doesnt creates thumbnails for albums and random image. http://monster.forall.pl/zenphoto/
Of course i have copied customfunctions.php to zen folder
and I suppose it's not compatible with the new core. ex. this functions
` and this
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...
@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.
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.
Working for me here:
@tris
I'm using the latest 1.08 from http://www.zenphoto.org/files/zenphoto-1.0.8.zip
1.08 doesnt work with effervescence on two tested installations
here http://monster.forall.pl/zenphoto/ and phpinfo http://monster.forall.pl/phpinfo/
and here http://monster.art.pl/zenphoto/ and phpinfo http://monster.art.pl/phpinfo/
when you click on album you can see newly created thumbs of images...
thanks in advance,
pn
and my production server http://www.pawelnawrocki.com/phpinfo/
which is still waiting for updating to 1.08
http://www.pawelnawrocki.com
@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.
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 functions-image.php and overwrite the zen/functions-image.php in your 1.0.8 installations. It should give us more useful debug info...
here you are http://monster.forall.pl/zenphoto/zen/functions-image.php
thanks tris
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...
http://www.zenphoto.org/temp/functions-image.txt
@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....
tadaaa
@monster:
With ZP 1.0.8 in your zp_config, try turning off (commenting out) the line:
now it works D
http://monster.forall.pl/zenphoto/ effervescence + 1.08 now works
thanks