me and my server guys are stuck with this error, which is really annoying.
the system is sending me email for every 10 minutes
Cron /usr/local/psa/admin/bin/php -c '/usr/local/psa/admin/conf/php.ini' -dauto_prepend_file=sdk.php '/usr/local/psa/admin/plib/modules/plesk-mobile/scripts/push_worker.php'
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/sw-engine/imagick.so' - /usr/lib64/php/modules/sw-engine/imagick.so: undefined symbol: OnUpdateBool in Unknown on line 0
the imagick is working fine,
- re installed the imagic
- i have checked the php.ini file and imagick.so is there
- and the imagick.so file is there.
- changed the file permissions
so what do you think it might be causing this emails ?
undefined symbol: OnUpdateBool in Unknown on line 0
the problem is not that you are missing the library, is that the library cannot be loaded because of this. Perhaps you have a update query in one of the associated php scripts that fails? – Ares Draguna