How to check PHP extention
To check php extension
grep extension /usr/local/lib/php.ini
====================================
php -m | grep -i mcrypt
grep -i mcrypt /usr/local/lib/php.ini
==============================
Would you be able to uninstall and reinstall Source Guardian on the server to see if the error ceases to occur?
Code:
/scripts/phpextensionmgr uninstall SourceGuardian
/scripts/phpextensionmgr install SourceGuardian
grep extension /usr/local/lib/php.ini
====================================
php -m | grep -i mcrypt
grep -i mcrypt /usr/local/lib/php.ini
==============================
Would you be able to uninstall and reinstall Source Guardian on the server to see if the error ceases to occur?
Code:
/scripts/phpextensionmgr uninstall SourceGuardian
/scripts/phpextensionmgr install SourceGuardian
Comments