Member
Member
nicosomb   2007-01-29, 23:35
#1

Hi!

What a surprise when i looked in my database... 205 albums...

in fact, zenphoto saves the albums like that : ../.. or //..//my_album/

i think there are some problems...

how can i fix it?

Nico

ps : sorry for my english, i'm french

Developer
Developer
trisweb   2007-01-30, 00:16
#2

This is probably from your testing with the ".." bug :-) It counted those as actual albums... and for some reason isn't getting rid of them in garbage collection... I'll have to fix that.

For now, this query works to delete them all:

DELETE FROM [prefix]_albums WHERE folder LIKE '/%' OR folder LIKE '.%';

You may also have to delete images that were attached to those for some reason (you may not have them, I navigated back to my albums in testing).

Member
Member
nicosomb   2007-01-30, 09:34
#3

hello trisweb!

thank you, it's resolved!

Nico

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.