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.
Posts: 4
www.itoer.com
Posts: 4
it has been resolved, thanks to zylox.
http://discussion.dreamhost.com/thread-92893.html
Posts: 27300
FAQ: I suddenly got an "ERROR_LOCK_TIMEOUT" message, what do I do?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
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.