Images/Albums not stored in db

Anyone got any suggestions for this?

I hade no problem running the instalation and it seemed to work fine.
Tabels was created in the database and the new theme I added was easy to add.
But when wanted to add photos the problem started.
I can upload photos booth as images and from a zip-file and I see the images that I upload on the admin page. There I can change description, and all info on booth album and photos. And also view the album directly from the link on the admin page.
But as soon I leave the album on the admin page it disappears.
And when I look at the front page of the admin section it says "0 albums, 0 images".

Thanks!

Comments

  • Do the album and image records go away?

    Have you tried uploading with ftp?

    The 0 albums, 0 images could be just that zenphoto has not yet created the database records for the image. There is a refresh database button on the front admin page. Does clicking on it change things?
  • I found the problem my self and to help others if they run in to the same thing.
    The thing I made wrong was i zp-config on line 37

    I wrote:
    ´$conf['album_folder'] = '/albums'; ´

    And the correct thing to write is:
    ´$conf['album_folder'] = '/albums/';´

    That solved everything.
  • With the current version of zenphoto you no longer need to edit the zp-config file unless you want to change the album folder. Since you are using "albums" which is the default, I suggest you just let setup make the changes. (Of course, now that things are working, you don't need to do anything....)
Sign In or Register to comment.