• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Upgrade Problem

S

SimonSchmitz

Guest
We have Big Problems


ERROR while trying to execute SQL query, the query was: UPDATE Permissions SET permission='manage_virusfilter'
WHERE permission='manage_drweb'

Aborting...
 
It seems this issue related to psa.Permissions table and 'manage_drweb' parameter which during upgrade should be replaced with 'manage_virusfilter'. Could you check 'Permissions' table. Fro example, give me output for:

mysql> desc Permissions;

and

mysql> select * from Permissions where permission='manage_drweb';

Probably some values can't be updated or something like this.
 
I found a double entry on Permissions Table.

Problem is SOLVED
 
Back
Top