Applicable to:
- SolusVM
Symptoms
Unable to open any page in SolusVM web interface under Administrator account:
SVM_ERROR: Error! You don't have permission to perform this action.
Cause
The administrator user does not have full privileges.
Resolution
-
Connect to the SolusVM master server over SSH.
-
Set Full Administrator permissions for the affected administrator user:
# echo "update administrators set acl=1 where username='admin_name';" | awk -F: '{ system("MYSQL_PWD='"'"'" $3 "'"'"' mysql -u " $2 " "$1) }' /usr/local/solusvm/includes/solusvm.conf
replace admin_name with necessary Administrator username.
Comments
0 commentsPlease sign in to leave a comment.