-
Notifications
You must be signed in to change notification settings - Fork 19
CRM does not install correctly in Achievo-1.4.5 with MySQL 5.5+ #1
Comments
After removing some modules (commenting in modules/config.module.inc) and "installing" a new database, it seems the last module to be installed (i.e. the last module listed in config.module.inc) is always reported in Setup as needing to be installed. A workaround for this issue is to change all the table types to MyISAM after "installing" a new Achievo database using MySQL commands (e.g. "ALTER TABLE |
Commands to change default achievo-1.4.5 database to MyISAM tables:
|
Sorry, closed by accident (don't know how though.....) |
Got it, "Comment & Close" closes the issue (I thought it just closed the comment) |
I will check if i can fix it with some code it should not be that hard, for now you option is a nice solution :) |
Merge Fix swapped lastname <-> firstname translation in italian and Update atk submodule ref
@dalers Is this still relevant? |
I have started testing the develop branch and the symptom is still there. |
Ok, thanks I will take a look at it. |
When installing achievo-1.4.5 using the Setup menu (logging in as administrator), Setup will report that the CRM module has been correctly installed, but accessing Setup again will show CRM must still be installed.
This occurs only when MySQL uses Innodb tables by default (as of MySQL 5.5), and does not occur with older versions of MySQL that use MyISAM tables by default (or presumably if MySQL 5.5+ is configured to use MyISAM tables by default).
The text was updated successfully, but these errors were encountered: