Pages (2):    1 2
Member
Member
thinkdreams   2006-12-11, 03:24
#21

Gotta keep up with the Joneses, upgraded to 1.0.5 (rev 310 SVN version). Working fine so far....

Developer
Developer
trisweb   2006-12-11, 06:33
#22

Not that different Craig, but thanks for keeping up :-)

Member
Member
squ1rrel   2006-12-11, 16:30
#23

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?

Developer
Developer
trisweb   2006-12-11, 21:37
#24

@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.

Member
Member
squ1rrel   2006-12-11, 21:59
#25

Yes, that was it. I kept my old zp-config file, and even ran a diff on the old and new and still didn't notice this. Can't see for looking, I guess.

Member
Member
dwn   2006-12-11, 22:02
#26

just a question for tris...

Have you changed something in storing width and height of image in SQL. After upgrade to 1.0.4 all new images have this fields marked as NULL. Everything is running smoothly, this is just my curiosity

Developer
Developer
trisweb   2006-12-11, 22:10
#27

Hmmm... I will check. Thanks for the report.

I updated the way [i]everything[/i] is saved, remember, so it could be wrong.

Developer
Developer
trisweb   2006-12-11, 22:18
#28

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.

Member
Member
dwn   2006-12-12, 22:13
#29

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

Member
Member
dwn   2006-12-12, 22:14
#30

and i forgot to say that i'm using 1.0.4 still

Member
Member
Donkikong   2006-12-12, 22:39
#31

@dwn

that's going to be fixed later this week in a 1.0.6 release.

See http://www.zenphoto.org/support/topic.php?id=998

Developer
Developer
trisweb   2006-12-13, 01:24
#32

@dwn, Donkikong has it. We've already diagnosed and fixed that, and you can grab the latest SVN code if you need it fixed right away. Otherwise it will be out in a bugfix release this week.

Member
Member
jayray999   2006-12-18, 19:46
#33

Hi all,

Will themes like ChiliLight-2 and Cimi work with the new release 1.0.5? Things are working great as they are so I am a bit hesitant to change. Subalbums will be great though...

Thanks.

Member
Member
aitf311   2006-12-18, 23:36
#34

jayray999: I just tried out cimi and it worked fine. Most of the themes will work just as they always have.

Member
Member
jayray999   2006-12-19, 00:47
#35

Wow. Thats so cool. Tristan is da man.

Developer
Developer
trisweb   2006-12-19, 02:17
#36

It's fully compatible and shouldn't cause any problems with any previous themes. In fact, it fixes many bugs (even though it adds two ;-)

A bugfix release will be out very soon to fix the sorting bug in 1.0.5...

Member
Member
jayray999   2006-12-19, 02:38
#37

Ok, before I take the plunge I have a couple of other questions about the upgrade to 1.0.5.

  1. Will cruft-free URLS (mod_rewrite) no longer work for the time being EVEN IF I do not implement the sub albums theme?

  2. 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

Developer
Developer
trisweb   2006-12-20, 06:44
#38

@jayray999

  1. Yes, they will still work exactly the same way as before.

  2. 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.

Pages (2):    1 2
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.