When I tried activating the plesk firewall I am getting below error
Error: Another administrator is activating a configuration now.
To resolve the issue follow below steps:
“Another administrator is activating a configuration now.” error appears when previous activation task wasn’t completed correct. When activation task is started it creates “safeact.confirm” file in “/usr/local/psa/var/modules/firewall” directory to prevent duplicate firewall configuring task. And after activation finished that file removed. By some reason “safeact.confirm” was not deleted and when you tried to start new activation task it provided an error.
Connect to a Plesk server via SSH as root. Delete temporary files that are older than 14 days:# find /tmp -type f -mtime +14 -exec rm {} \;# find /var/tmp -type f -mtime +14 -exec rm {} \;as well as Plesk temporary files:# rm -rf /usr/local/psa/PMM/tmp/* /usr/local/psa/tmp/* Check the size and clean package cache (cache of previously downloaded…
Errors: ERROR: Plesk\Exception\DatabaseDB query failed: SQLSTATE[HY000]: General error: 1021 Disk full (/var/tmp/#sql_3b95_1); waiting for someone to free some space..., <...> Server Error500Zend_Db_Adapter_ExceptionSQLSTATE[HY000][2002] No such file or directory Resolution Connect to a Plesk server via SSHRunning following to delete temp files. replace the number with the for which you want to remove the logsfind /tmp…