Question Detail

I am getting this error CORE WARNING: MODULE 'MYSQLND' ALREADY LOADED

6 years ago Views 1388 Visit Post Reply

A PHP ERROR WAS ENCOUNTERED

SEVERITY: CORE WARNING

MESSAGE: MODULE 'MYSQLND' ALREADY LOADED

FILENAME: UNKNOWN

LINE NUMBER: 0

BACKTRACE:


Thread Reply

Hemant Sharma

- 6 years ago

I got the same problem. I have updated my PHP Version and clear off the issue.

For some reason, the problem was originated because of an incoherent status of the composer.lock file After an composer update (and of course running all my unit-tests to ensure nothing was broken), the error was gone and the composer run was clean.