Gallery version (not just "2"): 2.3
PHP version (e.g. 5.1.6): 5.2.9
PHPInfo Link (see FAQ): http://twardnw.com/phpinfo.php
Webserver (e.g. Apache 1.3.33): 2.2.11
Database (e.g. MySql 5.0.32): MySQL 5.1.30
Activated toolkits (e.g. NetPbm, GD): GD, ImageMagick
Operating system (e.g. Linux): Linux
Browser (e.g. Firefox 2.0): Firefox 3.0.11
Been having this problem off-and-on for the last couple weeks, and haven't found any solid advice on fixing it. I switched from File Locking to Database Locking, with no change, I still get the error. The error only occurs when I am logged in, when not, the error does not show itself.
Error Detail -
Error (ERROR_LOCK_TIMEOUT)
* in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 716 (GalleryCoreApi::error)
* in modules/core/classes/GalleryStorage.class at line 396 (GalleryStorageExtras::acquireWriteLock)
* in modules/core/classes/DatabaseLockSystem.class at line 42 (GalleryStorage::acquireWriteLock)
* in modules/core/classes/GalleryLockSystem.class at line 147 (DatabaseLockSystem::_acquireLock)
* in modules/core/classes/helpers/GalleryLockHelper_simple.class at line 176 (GalleryLockSystem::acquireWriteLock)
* in modules/core/classes/GalleryCoreApi.class at line 2291 (GalleryLockHelper_simple::acquireWriteLock)
* in modules/core/classes/helpers/GalleryDerivativeHelper_advanced.class at line 833 (GalleryCoreApi::acquireWriteLock)
* in modules/core/classes/GalleryCoreApi.class at line 997 (GalleryDerivativeHelper_advanced::rebuildCache)
* in modules/core/classes/helpers/GalleryDerivativeHelper_simple.class at line 50 (GalleryCoreApi::rebuildDerivativeCache)
* in modules/core/classes/GalleryCoreApi.class at line 984 (GalleryDerivativeHelper_simple::rebuildCacheIfNotCurrent)
* in modules/core/classes/GalleryTheme.class at line 1735 (GalleryCoreApi::rebuildDerivativeCacheIfNotCurrent)
* in themes/classic/theme.inc at line 141 (GalleryTheme::loadCommonTemplateData)
* in modules/core/classes/GalleryTheme.class at line 938 (ClassicTheme::showPhotoPage)
* in modules/core/classes/GalleryView.class at line 301 (GalleryTheme::loadTemplate)
* in main.php at line 465 (GalleryView::doLoadTemplate)
* in main.php at line 104
* in main.php at line 88
System Information
Gallery version 2.3
PHP version 5.2.9 cgi-fcgi
Webserver Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Database mysqli 5.1.30
Toolkits ImageMagick, Thumbnail, Gd
Operating system Linux gator707.hostgator.com 2.6.28.9 #5 SMP Mon Mar 30 04:51:09 CDT 2009 i686
Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11
Posts: 16503
Change to file locking:
FAQ: I suddenly got an "ERROR_LOCK_TIMEOUT" message, what do I do?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 17
bumping this back up, I have tried all the suggestions in the FAQ, and still experience this issue. Anyone know if this is an issue with Gallery3? I might just upgrade to get away from this.
Posts: 16503
With G3, you may or may not have an issue with FastCGI.
Since it only appears when logged in. Try clearing the cache:
FAQ: How can I clear cached data?
Uninstall GD
Try uninstalling all unused plugins.
Try uninstalling all plugins you don't need for gallery to function, then re-enable them one by one.
Post all of your system info from Site Admin > Maintenance System Information.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here