help transfered 2.2 install from one server to new vm server. all data looks ok. but can only see pics in original size....
ilhdmo
Joined: 2008-04-08
Posts: 8 |
![]() |
any help is greatly appreciated..... current config Gallery version = 2.2.4 core 1.2.0.6 debug during gallery thumbnail resize in maint. Debug output for failed items: file_exists(C:\g2 data\cache\entity/1/7/17165.inc) (mysqli): update g2_SequenceLock set id=LAST_INSERT_ID(id+1); (mysqli): INSERT INTO g2_Lock (g_lockId, g_request, g_freshUntil) (mysqli): SELECT g_lockId FROM g2_Lock WHERE g_request=1 ORDER BY g_lockId (mysqli): SELECT COUNT(*) FROM g2_Lock WHERE g_readEntityId IN (17165) OR (mysqli): DELETE FROM g2_Lock WHERE g_lockId IN (166414) (mysqli): DELETE FROM g2_Lock WHERE g_freshUntil < 1303782457 (mysqli): update g2_SequenceLock set id=LAST_INSERT_ID(id+1); (mysqli): INSERT INTO g2_Lock (g_lockId, g_request, g_freshUntil) (mysqli): SELECT g_lockId FROM g2_Lock WHERE g_request=1 ORDER BY g_lockId (mysqli): SELECT COUNT(*) FROM g2_Lock WHERE g_readEntityId IN (17165) OR (mysqli): DELETE FROM g2_Lock WHERE g_lockId IN (166415) (mysqli): DELETE FROM g2_Lock WHERE g_freshUntil < 1303782459 (mysqli): update g2_SequenceLock set id=LAST_INSERT_ID(id+1); (mysqli): INSERT INTO g2_Lock (g_lockId, g_request, g_freshUntil) (mysqli): SELECT g_lockId FROM g2_Lock WHERE g_request=1 ORDER BY g_lockId (mysqli): SELECT COUNT(*) FROM g2_Lock WHERE g_readEntityId IN (17165) OR (mysqli): DELETE FROM g2_Lock WHERE g_lockId IN (166416) Error: building 17165: Error (ERROR_LOCK_TIMEOUT) * in modules\core\classes\GalleryStorage\GalleryStorageExtras.class at line 718 (GalleryCoreApi::error) |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
was the old server windows also? Quote:
Error: building 17165: Error (ERROR_LOCK_TIMEOUT) make sure all files in C:\g2 data are r/w via the webserver user. also you can change the locking technique from DB to File in G2 Admin -> General -s |
|
ilhdmo
Joined: 2008-04-08
Posts: 8 |
![]() |
Yes. was a hardware install of server 2003. now running on a server 2008 vm instance. both were set as database locking. all files/folders have proper permsissions. thanx though |
|
ilhdmo
Joined: 2008-04-08
Posts: 8 |
![]() |
resolved. |
|