[SOLVED] Root album created in sub-sub-album
|
pande
Joined: 2005-05-08
Posts: 56 |
Posted: Thu, 2009-11-12 17:17
|
|||
|
I have divided my Gallery in years, from 1999 until now. Since I am able to upload photo's again, I wanted to create the new folders '2008' and '2009' on the home (root) of my Gallery. But strangely enough, new albums in the root are being created in a sub-album of 2007 (check screenshot). The albums '2008' and '2009' are being shown on the front page, but they link to a folder in a sub-sub-dir and I have absolutely no idea why this is happening. I have tried creating a folder '2008' in '2007', which works as it should, but moving it to the root, gives the same error again. In the database I am able to change the relative_path_cache and relative_url_cache from 2007/qday2007/2008 to simply 2008 and that seems to work for the url you go to, but the physical location of where the albums are created and the photos are stored on the server is still '2007/qday2007/2008'. Any suggestions on how to solve this? Just to be complete, this is my platform info: # OS: Linux 2.6.18-028stab064.4 And my stats: # Versie: 3.0 git (pre-RC1) Thank you!
|
||||

Posts: 16503
Make sure you're using the latest experimental code and then use the rescue module.
Latest code:
http://codex.gallery2.org/Gallery3:Upgrading
Rescue module:
http://codex.gallery2.org/Gallery3:Modules:rescue
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 56
Nice! Fixed!
Thanks!