Install step 7 problem (Unable to install the core module)

peacherwu

Joined: 2005-01-04
Posts: 3
Posted: Tue, 2005-04-26 23:18

<TYPE YOUR MESSAGE HERE, ENTER SYSTEM DETAILS BELOW>
<Please check the G2 FAQ (sticky topic in this forum) before posting!>
----
Installed in a unix drive, web accessed through a softlink.

ERROR MESSAGE:

Stack Trace:
Error (ERROR_LOCK_TIMEOUT)
in modules/core/classes/FlockLockSystem.class at line 289 (gallerystatus::error)
in modules/core/classes/FlockLockSystem.class at line 69 (flocklocksystem::_acquirelock)
in modules/core/classes/helpers/GalleryLockHelper_simple.class at line 66 (flocklocksystem::acquirereadlock)
in modules/core/classes/GalleryCoreApi.class at line 2002 (gallerylockhelper_simple::acquirereadlock)
in modules/core/classes/helpers/GalleryPermissionHelper_advanced.class at line 1057 (gallerycoreapi::acquirereadlock)
in modules/core/classes/helpers/GalleryPermissionHelper_advanced.class at line 201 (gallerypermissionhelper_advanced::_getaccesslistcompacterlock)
in modules/core/classes/helpers/GalleryPermissionHelper_advanced.class at line 80 (gallerypermissionhelper_advanced::_changepermission)
in modules/core/classes/GalleryCoreApi.class at line 640 (gallerypermissionhelper_advanced::addgrouppermission)
in modules/core/CoreModuleExtras.inc at line 972 (gallerycoreapi::addgrouppermission)
in ??? at line 0 (coremoduleextras::_createrootalbumitem)
in modules/core/CoreModuleExtras.inc at line 172
in modules/core/module.inc at line 515 (coremoduleextras::upgrade)
in modules/core/classes/GalleryModule.class at line 137 (coremodule::upgrade)
in install/steps/InstallCoreModuleStep.class at line 83 (coremodule::installorupgrade)
in install/index.php at line 174 (installcoremodulestep::loadtemplatedata)

Debug Output:
file_exists(/nfs/jungle/u3/2005-04/gallery2/g2data//cache/entity)
file_exists(/nfs/jungle/u3/2005-04/gallery2/g2data//cache/layout)
file_exists(/nfs/jungle/u3/2005-04/gallery2/g2data//cache/module)
file_exists(/nfs/jungle/u3/2005-04/gallery2/g2data//cache/derivative)
...

Gallery URL (optional):
Gallery version: G2 beta (newest as of today)
Webserver (with version): Appache
Datatabase (with version): Mysql
PHP version (eg 4.2.1): not sure
phpinfo URL (optional):
Graphics Toolkit(s):
Operating system:
Web browser/version:
G1 version (for migration bugs):

 
peacherwu

Joined: 2005-01-04
Posts: 3
Posted: Wed, 2005-04-27 21:55

Bummer! Any suggestions? TIA

 
Oceanwatcher
Oceanwatcher's picture

Joined: 2005-04-28
Posts: 33
Posted: Thu, 2005-04-28 02:18

I have the same problem. Any ideas? Should I not have copied all files over to the server?

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2005-04-30 22:12

peacherwu, try editing modules/core/CoreModuleExtras.inc and on line 102 change:

'lock.system' => 'flock',

to:
'lock.system' => 'database',

Then do a clean reinstall and see if that fixes it for you.