Skip to main content

ALT-PHP MySQLi typo3 problems

Comments

2 comments

  • cPanelMichael
    Hello @Havri, Can you check to verify the mysqli extension is enabled for the individual account as part of the PHP Selector functionality? You can test this with the following command: selectorctl --user myuser --list-extensions --version=7.2 | grep mysql
    Thank you.
    0
  • Havri
    Hello, Yes, mysql and mysqli extensions were enabled. After opening a ticket with Cloudlinux, they suggested that I replace mysqli,mysql,pdo_mysql with nd_mysqli,mysqlnd,nd_pdo_mysql. Seems that MariaDB 10.2 needs a different MySQL driver in some situations: stackoverflow.com/questions/46414868/what-is-the-difference-between-the-nd-pdo-mysql-and-pdo-mysql-extensions Here is the response from Cloudlinux [QUOTE]You are right about MariaDB 10.2. Native Driver (ND) extensions were developed by different teams actually: stackoverflow.com/questions/21534468/what-the-different-between-mysql-native-driver-and-mysql-client-library Thus it is known that Native Driver libraries can resolve certain issues with database access.
    This was the case in our typo3 installs but later on we also had some requests on other various CMS'. Hope this helps someone.
    0

Please sign in to leave a comment.