Plesk Websites & Domains tab not accessible, Error noticed:
So to add this column run the below query:
1. Login to psa (mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa )
2. Run:
mysql> alter table longtasks add owner int(10) unsigned;
This is because column `owner` missing from psa.longtasks table.
So to add this column run the below query:
1. Login to psa (mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa )
2. Run:
mysql> alter table longtasks add owner int(10) unsigned;