Unable to install the core module Unable to activate the core module

propatrio

Joined: 2009-06-29
Posts: 3
Posted: Mon, 2009-06-29 18:41

when I try to install gallery it said:
Unable to install the core module Unable to activate the core module
Error installing Gallery Core

stack trace:
Error (ERROR_STORAGE_FAILURE) : Error trying to run query: CREATE TABLE g2_Schema( g_name varchar(128) NOT NULL, g_major int(11) NOT NULL, g_minor int(11) NOT NULL, g_createSql text, g_pluginId varchar(32), g_type varchar(32), g_info text, PRIMARY KEY(g_name) ) ENGINE=InnoDB /*!40100 DEFAULT CHARACTER SET utf8 */
in modules\core\classes\GalleryStorage\GalleryStorageExtras.class at line 1707 (GalleryCoreApi::error)
in modules\core\classes\GalleryStorage\GalleryStorageExtras.class at line 1258 (GalleryStorageExtras::_executeSql)
in modules\core\classes\GalleryStorage.class at line 768 (GalleryStorageExtras::configureStore)
in modules\core\classes\GalleryModule.class at line 156 (GalleryStorage::configureStore)
in install\steps\InstallCoreModuleStep.class at line 138 (GalleryModule::installOrUpgrade)
in install\index.php at line 164 (InstallCoreModuleStep::processRequest)

Error (ERROR_STORAGE_FAILURE) : Error reading schema table
in modules\core\classes\GalleryStorage\GalleryStorageExtras.class at line 1668 (GalleryCoreApi::error)
in modules\core\classes\GalleryStorage\GalleryStorageExtras.class at line 1475 (GalleryStorageExtras::_loadTableVersions)
in modules\core\classes\GalleryStorage.class at line 1474 (GalleryStorageExtras::_updateTableInfo)
in modules\core\classes\GalleryModule.class at line 405 (GalleryStorage::updateTableInfo)
in install\steps\InstallCoreModuleStep.class at line 153 (GalleryModule::activate)
in install\index.php at line 164 (InstallCoreModuleStep::processRequest)

on system check all success except:
Translation support
Your webserver does not support localization. To enable support for additional languages please instruct your system administrator to reconfigure PHP with the gettext option enabled.

is that affect???
could any one help me please

www.al-fagre.com

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 16311
Posted: Mon, 2009-06-29 20:25

See if using a different DB engine durring the setup helps. There is a dropdown in on of the steps where you choose the DB and type.
Is this a windows server?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
propatrio

Joined: 2009-06-29
Posts: 3
Posted: Mon, 2009-06-29 21:52

Yes db engine is right 100%

I install it on localhost using appserver on windows XP

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 16311
Posted: Mon, 2009-06-29 23:14
Quote:
on windows XP

try:
http://codex.gallery2.org/MySQL:Enabling_InnoDB_on_Windows

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
propatrio

Joined: 2009-06-29
Posts: 3
Posted: Tue, 2009-06-30 17:09

thanks it worked

www.al-fagre.com

Login or register to post comments