V2.1 to V2.2
EvansV
![]()
Joined: 2004-08-28
Posts: 34 |
![]() |
I've tried to upgrade my gallery from V2.1 to V2.24 and I"m getting a error while upgradeing the core. Anyone can help Error (ERROR_STORAGE_FAILURE) * in modules/core/classes/GalleryStorage.class at line 480 (GalleryCoreApi::error) Upgrade (or install) core module (mysql): SHOW CREATE TABLE `g2_Schema` The current version is 1.1.0.x (mysql): file_exists(/hermes/web01/b2019/pow.saintlaurentfoot/htdocs/gallery2/modules/core/classes/GalleryStorage/schema.tpl) (mysql): SHOW TABLES (mysql): SELECT g_name, g_major, g_minor FROM g2_Schema (mysql): UPDATE g2_Item SET g_renderer = NULL (mysql): mysql error: [2008: MySQL client ran out of memory] in EXECUTE(" (mysql): Warning: mysql_query() [function.mysql-query]: Unable to save 2008: MySQL client ran out of memory ADOConnection._Execute( realpath(/hermes/web01/b2019/pow.saintlaurentfoot/htdocs/gallery2/modules/core/classes/../../../) realpath(/hermes/web01/b2019/pow.saintlaurentfoot/htdocs/gallery2/modules/core/classes/../../../) |
|
EvansV
![]()
Joined: 2004-08-28
Posts: 34 |
![]() |
here is the debug output in a text file |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
do you have a backup of your database from before the upgrade? here's the error. i haven't seen this before in the context of gallery, so it's pretty rare. > mysql error: [2008: MySQL client ran out of memory] in EXECUTE(" SELECT g2_AccessSubscriberMap.g_itemId FROM g2_AccessSubscriberMap, g2_Entity WHERE g2_AccessSubscriberMap.g_accessListId = 0 AND g2_AccessSubscriberMap.g_itemId = g2_Entity.g_id AND g2_Entity.g_entityType IN ('GalleryDerivativeImage','GalleryUser','GalleryGroup','GalleryComment') > ") -> mysql error: [2008: MySQL client ran out of memory maybe you should ask your webhost what the per process memory limits / mysql's limits are. -------------- |
|