![]() |
|
Upgrade problems - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Upgrade problems (/thread-1748.html) |
Upgrade problems - genrij - 2007-11-03 Hi, Nice to finally see a new version of Zenphoto! I follewed the guide on the frontpage to upgrade my original zenphoto gallery (a community build) to 1.1 but when i executed zen-core/upgrade.php I got some problems. I was told that the table zenoptions was not found (zen is my table prefix) during a SELECT call. I then created the table manually, which seems to work, but now I get error messege: I Hope there is a easy fix. /Henri Upgrade problems - sbillard - 2007-11-03 Henri: When did you get the error on the select call? during the upgrade or once the upgrade had completed? The second message indicates that zenphoto did not realize you were trying to run the upgrade program. Perhaps you did not include the ".php" after upgrade. Or perhaps you did not update your .htaccess. Was the community build you were running the one with the zenphoto files in the zp-core folder? Your upgrade.php URL should look someting like .../zenphoto/zp-core/upgrade.php (assuming you installed in the folder named zenphoto.) Upgrade problems - genrij - 2007-11-04 Hi sbillard, The matter has been resolved, and the upgrade is running perfectly now. I indeed forgot to put .php at the end, I most have been really tired! Thank's for your answer. /Henri |