• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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