Support

UNiTE, Remote CLI, eXtract Wizard

#23674 1214 Error after Updating with CMS

Posted in ‘UNiTE and Remote CLI’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

PHP version
n/a
Tool
UNiTE
Tool version
n/a

Latest post by on Wednesday, 09 December 2015 17:20 CST

Hotkeyharry
 After starting Updating 2.5.28 to 3.4.5 I get the Error

1214 - Es ist ein Fehler aufgetreten

The used table type doesn't support FULLTEXT indexes SQL=ALTER TABLE `xpqe_menu` ENGINE=InnoDB;


PHP Version: 5.4.45
mySQL Version 5.1

After Restoring wirth akeeba I found out, that all table types are: myISAM and not InnoDB ???

Does Akeeba CMS Update this change to my mySQL database? And how to stop it?

Tool Version "Akeeba CMS Update" update itself from 1.0.5 to 1.1.0 results in white page....mmmmh

sincerely

nicholas
Akeeba Staff
Manager
This is NOT part of Akeeba CMS Update. The aforementioned SQL query is part of Joomla! itself. You will get the same message when updating using Joomla! Update or if you install the update directly.

Why do you get this message? For performance reasons Joomla! has decided to migrate all tables from the old MyISAM engine to the much more performant InnoDB engine. The SQL query you quoted does exactly that for the #__menu table. However, full text search search (FULLTEXT) indices are only supported on InnoDB tables since MySQL 5.6, see https://dev.mysql.com/doc/refman/5.6/en/innodb-fulltext-index.html

Here's the deal: the #__menu table, as shipped by Joomla! itself, DOES NOT have a fill text index. This is why the Joomla! project decided to safely move these tables to the InnoDB storage engine. Therefore a third party extension or someone with database access to your site has modified the core Joomla! tables. This is what is causing the problem and will prevent any future updates of Joomla!, as well as prohibit the smooth operation of your site.

Short-term solution: remove the FULLTEXT index from the xpqe_menu table, go to Extensions, Manage, Database and click on Fix.

Long-term solution: ask your host to update MySQL to version 5.6 or 5.7. This will give you at the very least another 3-4 years of trouble-free database experience.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Hotkeyharry

nicholas
Akeeba Staff
Manager
Unfortunately your last reply shows up as blank. Would you like to retry replying?

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Hotkeyharry
Hello Nicholas, great and fast answer, like everytime...

Shit:
1. Hoster does only support mySQL 5.5, so I try STS:
2. Can't find FULLTEXT index from the xpqe_menu table in mySQL

Am I blind??

nicholas
Akeeba Staff
Manager
Hm, that's strange, because the actual message says that the menu table can't be converted. Is it possible that you have a FULLTEXT index in another table and for whatever reason Joomla! reports the wrong SQL query?

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Hotkeyharry
I will check it in 3 hours - thanx for the tipp!!

System Task
system
This ticket has been automatically closed. All tickets which have been inactive for a long time are automatically closed. If you believe that this ticket was closed in error, please contact us.

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!