Can't edit and Module 'mysqli' already loaded error
Permalink
Hi all, newbie here!
Just built my first site in 5.7 which I found a lot easier than some other CMSs. I've now moved it to the web server and after a bit of a faff with lower case db table names the site is working. There are a few problems though: firstly each page has 'Module 'mysqli' already loaded' at the bottom. Secondly when I click the edit icon the page goes into edit mode but when clicking the blocks no menu appears to allow me to perform an action like edit etc. Any ideas etc?
Just built my first site in 5.7 which I found a lot easier than some other CMSs. I've now moved it to the web server and after a bit of a faff with lower case db table names the site is working. There are a few problems though: firstly each page has 'Module 'mysqli' already loaded' at the bottom. Secondly when I click the edit icon the page goes into edit mode but when clicking the blocks no menu appears to allow me to perform an action like edit etc. Any ideas etc?
Hi all, still having this problem, can anyone shed any light on how to resolve it?
Probably because the mysqli module was already included in the php compiler and it is also being called again from a php.ini file by referencing an extension something like this extension=php_mysqli.dll
If you have access to the php.ini file try adding a ; in front of the reference like this
:extension=php_mysqli.dll
Otherwise talk to your hosting company..
If you have access to the php.ini file try adding a ; in front of the reference like this
:extension=php_mysqli.dll
Otherwise talk to your hosting company..