Hello:
Just deployed an Yii2 app into production. AWS using Unix with Apache. And now I’m getting intermittent PHP errors like:
PHP Core Warning – yii\base\ErrorException
PHP Startup: Unable to load dynamic library ‘/usr/lib64/php/5.5/modules/mysqli.so’ - /usr/lib64/php/5.5/modules/mysqli.so: cannot open shared object file: No such file or directory
And then sometimes I will get errors like:
PHP Module "http" loaded already.
And then I’ll refresh the browser and the message will disappear and the site will work fine for a while. Very odd.
But my Yii1.14 environment has been running just fine for well over a year… Any ideas why this might be happening?