Gotta keep up with the Joneses, upgraded to 1.0.5 (rev 310 SVN version). Working fine so far....
I don't see anyone else reporting this, so I guess I'm the only one. Version 1.0.3 worked fine, but now with 1.0.5 I'm getting a long list of:
Warning: Invalid argument supplied for foreach() in /var/www/lizardslounge.org/htdocs/zenphoto/zen/kses.php on line 429
at the top of each page.
Is there some PHP/Apache setting I need to change (other than turning off warnings), or what?
@squ1rrel -- Check out step 3 of the upgrade steps:
3. Important: Make a new zp-config.php file from the zp-config.php.example file
You need some of the new config parameters, specifically allowed_tags has changed into an array which the kses library reads to filter comment and other text.
Yep, forgot to save() after updating dimensions. This will also be fixed in 1.0.6 within the next couple days.
Thanks again for some great testing!
Update: Fixed in SVN. Note that dimensions still work perfectly in 1.0.5, but they have to be got from the image each time they're requested instead of from the database. The fix just speeds that up, which is good.
and another one
now i don't know if sorting is missing only for subalbums or everywhere, because it is not possible to sort images in normal albums too. i'm not using subalbums right now. When i want to to sort album manually i get this error:
Sort the images by dragging them...
Fatal error: Call to undefined function: getimageid() in /DISK2/WWW/harcek.info/gallery/zen/admin-functions.php on line 118
@dwn
that's going to be fixed later this week in a 1.0.6 release.
Ok, before I take the plunge I have a couple of other questions about the upgrade to 1.0.5.
Will cruft-free URLS (mod_rewrite) no longer work for the time being EVEN IF I do not implement the sub albums theme?
Will my old mySQL table be replaced completely? The reason I ask is because I have a few entries for View Counts Will these viewcounts (no of times an image has been viewed) be lost since they are not a standard feature of Zenphoto?
Thanks.
J
@jayray999
Yes, they will still work exactly the same way as before.
No, the MySQL metadata will not be replaced. The table will simply be upgraded as needed, no data will be lost. Custom fields won't be affected :-)
Hope that explains everything! Have a look at upgrade.php and see what it does... nothing destructive.