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