A PHP ERROR WAS ENCOUNTERED
SEVERITY: CORE WARNING
MESSAGE: MODULE 'MYSQLND' ALREADY LOADED
FILENAME: UNKNOWN
LINE NUMBER: 0
BACKTRACE:
- 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.
Hot Questions