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?

 
waterwhipper replied on at Permalink Reply
Hi all, still having this problem, can anyone shed any light on how to resolve it?
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
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..