![]() |
|
1.2.9 upgrade working? - 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: 1.2.9 upgrade working? (/thread-6681.html) |
1.2.9 upgrade working? - AlexWilson - 2010-03-01 I'm trying to upgrade from 1.2.8 -> 1.2.9, but the upgrade page seems to truncate its output after the 'MySQL $conf["UTF-8"] [is not set true]' warning, so there's no upgrade button. Anyone else get the upgrade to work? 1.2.9 upgrade working? - acrylian - 2010-03-01 I had no problems on my test site. Did you check the permissions on the zp-data folder? 1.2.9 upgrade working? - AlexWilson - 2010-03-01 This was in my test environment, XAMPPLite running on Windows, so the permissions are wide open. 1.2.9 upgrade working? - sbillard - 2010-03-01 The next thing Setup would be doing is checking your install package. I suggest you check your error logs and see what errors have occurred. 1.2.9 upgrade working? - jsoupene - 2010-03-01 Don't know if this should be a new topic or not, but when I attempted to upgrade, it gave me the error below when I tried to run setup.php. Fatal error: Call to undefined function gettext() in F:\www\zp-core\setup.php on line 21 1.2.9 upgrade working? - AlexWilson - 2010-03-01 I turned on error logging in php.ini and see this: I then turned up the maximum execution time and socket timeout to 6 minutes, and that did the trick. I am running this off a USB thumbdrive, so that explains the I/O slowness. 1.2.9 upgrade working? - sbillard - 2010-03-01 jsoupene: Sorry about that. Your PHP does not contain Quote:if(!function_exists("gettext")) { |