Actions
Bug #36382
closedMyIsam support should be disabled.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-04-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have tried to install typo3 on mysql myisam and the installation process has no problem install on it.
but when I trying to install extension the problem came out
details described in typo3-install mailing list
http://lists.typo3.org/pipermail/typo3-install/2012-April/thread.html#start
deep searching for problems. the hoster made my database with MyIsam type. so the extension class could not find out right database table scheme from database. all the extension that uses data table from mysql returns error with this message. extInfoArray_missing_fields "One or more required fields/tables are probably missing in the database!" and on installation page. it marked as warning yellow message. but I think it should be changed to red or does not proceed. because it would not work anyway. should I send this to dev mailling lists? or make a ticket on dev systems?
I aknowledge that maria use myisam type. but it should be detect and differenciate on installation process.
TYPO3 debug output: http://pastie.org/3818426
phpinfo(): http://pastie.org/3818476
.htaccess: http://pastie.org/3818557
file permissions: http://pastie.org/3818621
Actions