mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #12313
[Bug 1180243] Re: Installation hangs with "Mahara requires InnoDB tables. Please ensure InnoDB tables are enabled in your MySQL server."
Managed to fix the problem via a dirty hack: changed
'YES'
to
''
in line 72 in lib/upgrade.php. Installation cleanly finished.
Sure this is no solution but I have not enough mysql knowledge to
propose a better test for innodb capabilities.
Thanks for pointing to the right location to investigate further.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1180243
Title:
Installation hangs with "Mahara requires InnoDB tables. Please ensure
InnoDB tables are enabled in your MySQL server."
Status in Mahara ePortfolio:
New
Bug description:
Fresh install 1.7.1 on OSX Server 10.7.5
MySQL 5.6.11 - MySQL Community Server
Chrome 26.0.1410.65
My MySQL Installation works flawlessly with some other products like moodle 2.5.
Any new tables created with the mahara user via phpMyAdmin are InnoDB tables,
show engines;
gives
InnoDB,DEFAULT,Supports transactions, row-level locking, and foreign
keys,YES,YES,YES.
So how to continue?
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180243/+subscriptions
References