- Posts: 15
Joomdle 2.x Installation
JInstaller: :Install: Error SQL Storage engine MyISAM is disabled (Table creatio
- Garrett
- Topic Author
- Offline
- New Member
-
Less
More
1 year 6 months ago #1
by Garrett
JInstaller: :Install: Error SQL Storage engine MyISAM is disabled (Table creatio was created by Garrett
I am trying to install Joomdle and I am getting this error.
JInstaller: :Install: Error SQL Storage engine MyISAM is disabled (Table creation is disallowed).
Can you help with this?
Thanks
JInstaller: :Install: Error SQL Storage engine MyISAM is disabled (Table creation is disallowed).
Can you help with this?
Thanks
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
1 year 6 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic JInstaller: :Install: Error SQL Storage engine MyISAM is disabled (Table creatio
Hi.
It seems we are still using MyISAM in Joomdle, while newer Joomla user InnoDB.
I guess you have MyISAM disabled at your server, so that is why it fails.
You should be able to fix it by unzipping the Joomla package, and editing file administrator/components/com_joomdle/sql/install.mysql.utf8.sql.
Change all MyISAM occurrences with InnoDB and then create the ZIP again and try to install.
I will make these changes for the next Joomdle release.
It seems we are still using MyISAM in Joomdle, while newer Joomla user InnoDB.
I guess you have MyISAM disabled at your server, so that is why it fails.
You should be able to fix it by unzipping the Joomla package, and editing file administrator/components/com_joomdle/sql/install.mysql.utf8.sql.
Change all MyISAM occurrences with InnoDB and then create the ZIP again and try to install.
I will make these changes for the next Joomdle release.
Please Log in or Create an account to join the conversation.
- Garrett
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
1 year 6 months ago #3
by Garrett
Replied by Garrett on topic JInstaller: :Install: Error SQL Storage engine MyISAM is disabled (Table creatio
Perfect. That worked!
Please Log in or Create an account to join the conversation.