205 albums...

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 ;)

Comments

  • trisweb Administrator
    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).
  • hello trisweb!

    thank you, it's resolved!

    Nico
Sign In or Register to comment.