I upgraded from 1.3.0 to 1.3.1 on my Bluehost ZenPhoto gallery with zenpage and am seeing two issues (I have since rolled back successfully to 1.3.0).
The first is the following error on the News and Overview tabs. I get this error on my real gallery with two news items, and a test album with no news items:
News: Zenphoto encountered an error
MySQL Query ( SELECT titlelink FROM `zp_zenpage_news` ORDER BY sticky DESC,date DESC ) failed. MySQL returned the error Unknown column 'sticky' in 'order clause'
The second is a problem editing albums directly from the album view. Normally when viewing the album, you can click on the album description (highlights yellow on mouse over) and it will enter edit mode. When I do this to make changes and then click save, the page comes back in gigantic font, with the whole web page within the edit frame; but from there I can click the breadcrumb to return to top level, and the changes were not saved.
Don't know if anyone else has reported these issues, but I did not find any reference searching the forum.
Thanks,
Tom
Comments
Normally when viewing the album, you can click on the album description (highlights yellow on mouse over) and it will enter edit mode.
Actually you click on the title and it hovers orange...;-)
but from there I can click the breadcrumb to return to top level, and the changes were not saved.
Of course, if you don't save it is not saved...
Regarding the MySQL error, it seems to be looking for a column in the zp_zenpage_news table that does not exist. I wish I could attach screen prints. I wonder if there is something in my web hosts configuration of ZenPhoto that could cause this kind of problem. Ideally I could find out from other Bluehost users if they have experienced the problem. I will try the forums there.
I appreciate the quick response, even if you were unable to replicate the issues.
`//zp-core/setup.php?debug`
The results will be in the zp-data/setup_log.txt file.