[SOLVED] The error occured when i was delete album.

itoer

Joined: 2012-03-15
Posts: 4
Posted: Thu, 2012-03-15 02:00

Error (ERROR_PLATFORM_FAILURE) : /hsphere/local/home/effortin/tiffanycatalog.net/g2data/locks/36650 in modules/core/classes/FlockLockSystem.class at line 72 (gallerycoreapi::error)
in modules/core/classes/GalleryLockSystem.class at line 147 (flocklocksystem::_acquirelock)
in modules/core/classes/helpers/GalleryLockHelper_simple.class at line 176 (flocklocksystem::acquirewritelock)
in modules/core/classes/GalleryCoreApi.class at line 2291 (gallerylockhelper_simple::acquirewritelock)
in modules/core/classes/helpers/GalleryEntityHelper_medium.class at line 42 (gallerycoreapi::acquirewritelock)
in modules/core/classes/GalleryCoreApi.class at line 2377 (galleryentityhelper_medium::deleteentitybyid)
in modules/core/ItemDeleteSingle.inc at line 69 (gallerycoreapi::deleteentitybyid)
in main.php at line 250 (itemdeletesinglecontroller::handlerequest)
in main.php at line 104
in main.php at line 88

I was using administrator account,i don't know why have this problem.

 
itoer

Joined: 2012-03-15
Posts: 4
Posted: Thu, 2012-03-15 02:00
 
itoer

Joined: 2012-03-15
Posts: 4
Posted: Thu, 2012-03-15 02:15

it has been resolved, thanks to zylox.
http://discussion.dreamhost.com/thread-92893.html

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-03-15 13:23
 
itoer

Joined: 2012-03-15
Posts: 4
Posted: Thu, 2012-03-15 14:16

Locking System

Gallery uses a system of locks to prevent simultaneous changes from interfering with each other. There are two types of locking, each with its advantages and disadvantages. File based locking is fast and efficient, but won't work on NFS filesystems and will be unreliable on Windows. Database locking is slower but is more reliable. If you are unsure which to choose, we recommend using file locking. If you're getting many lock timeouts, you can try switching to database locking instead. It's ok to switch back and forth.