Activating the modules during installation doesn't work

boernbine

Joined: 2009-02-19
Posts: 1
Posted: Thu, 2009-02-19 17:26


Gallery version: 2.13 multilanguage
PHP version: 4 and 5, according to my webhoster's homepage
PHPInfo Link: http://boernbine.freehosting.rivido.de/gallery2/phpinfo.php
Webserver (e.g. Apache 1.3.33): ?
Database: MySQL 5.0.67
Activated toolkits (e.g. NetPbm, GD): ?
Operating system: Ubuntu
Browser: Firefox 3.0.6

Hi,

I just tried to install the current version of Gallery 2 on my webserver and everything went fine until I reached step 10. I ticked all the modules, 'cause most of them seem relevant to me, and tried to go on. That's what I see on the next page:

Quote:
Error (ERROR_MISSING_VALUE)

* in install/steps/InstallOtherModulesStep.class at line 268 (gallerycoreapi::error)
* in install/steps/InstallOtherModulesStep.class at line 233 (installothermodulesstep::_selectadminuser)
* in install/steps/InstallOtherModulesStep.class at line 33 (installothermodulesstep::_init)
* in install/index.php at line 164 (installothermodulesstep::processrequest)

Error (ERROR_MISSING_VALUE)

* in install/steps/InstallOtherModulesStep.class at line 268 (gallerycoreapi::error)
* in install/steps/InstallOtherModulesStep.class at line 43 (installothermodulesstep::_selectadminuser)
* in install/index.php at line 164 (installothermodulesstep::processrequest)

Plugins installieren
Fehler-Ausgabe

getParameter id.adminGroup for core plugin

(mysqlt): SET NAMES "utf8"

(mysqlt):
SELECT
g2_PluginParameterMap.g_itemId,
g2_PluginParameterMap.g_parameterName,
g2_PluginParameterMap.g_parameterValue
FROM
g2_PluginParameterMap
WHERE
g2_PluginParameterMap.g_pluginType = 'module'
AND
g2_PluginParameterMap.g_pluginId = 'core'
AND
g2_PluginParameterMap.g_itemId = 0

(mysqlt):
SELECT
g2_UserGroupMap.g_userId,
g2_User.g_userName
FROM
g2_UserGroupMap, g2_User
WHERE
g2_UserGroupMap.g_groupId = 0
AND
g2_UserGroupMap.g_userId = g2_User.g_id

ORDER BY
g2_User.g_userName
LIMIT 1

realpath(/var/www/web282/html/gallery2/modules/core/classes/../../../)
realpath(/var/www/web282/html/gallery2/)
getParameter id.adminGroup for core plugin

(mysqlt):
SELECT
g2_UserGroupMap.g_userId,
g2_User.g_userName
FROM
g2_UserGroupMap, g2_User
WHERE
g2_UserGroupMap.g_groupId = 0
AND
g2_UserGroupMap.g_userId = g2_User.g_id

ORDER BY
g2_User.g_userName
LIMIT 1

realpath(/var/www/web282/html/gallery2/modules/core/classes/../../../)
realpath(/var/www/web282/html/gallery2/)

Has anyone got any idea what the problem might be? The system check in step 3 shows that everything seems to be okay, but it might also be useful to know that it always takes my two "steps" to install the core itself. The first time I always get this message:

Quote:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 71 bytes) in /var/www/web282/html/gallery2/modules/core/classes/GalleryStorage/GalleryStorageExtras.class on line 1193

If I reload the page, it continues to the next step and shows that the installation was successful. I tried to fix this problem with the FAQ (.htaccess and install.php) but it didn't work out.

Thanx for your help!

Bjoern, a little desperate... :-)