Ubuntu 14.04.6 LTS
Plesk 12.5.30-ubuntu14.04.build1205150826.19
After login the backend shows:
After searching for that file containing that constant I found it in /opt/psa/admin/plib/modules/security-advisor/hooks/CustomButtons.php
However, neither removing that file nor uninstalling the extension via "plesk bin extension --uninstall security-advisor" had any effect. It's almost like that error display or the PHP code behind it got cached and keeps getting executed. I tried restarting a bunch of Plesk services but without any effect:
I don't know what changed - it was working a week ago.
Plesk 12.5.30-ubuntu14.04.build1205150826.19
After login the backend shows:
That error can also be found in /var/log/plesk/panel.logERROR: Undefined class constant 'PLACE_ADMIN_NAVIGATION' (CustomButtons.php:20)
Search for related Knowledge Base articles
After searching for that file containing that constant I found it in /opt/psa/admin/plib/modules/security-advisor/hooks/CustomButtons.php
However, neither removing that file nor uninstalling the extension via "plesk bin extension --uninstall security-advisor" had any effect. It's almost like that error display or the PHP code behind it got cached and keeps getting executed. I tried restarting a bunch of Plesk services but without any effect:
Code:
/etc/init.d/psa restart
/etc/init.d/sw-cp-server restart
service sw-engine restart && service sw-cp-server restart
service apache2 restart
service nginx restart
I don't know what changed - it was working a week ago.