• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Unknown error

StayAllive

Basic Pleskian
Hey All,

I saw the following errors in my plesk logs and am very curious on what this could cause because I suspect it is related to a previous issue which is still not resolved.

Error:
Code:
ERR [panel] Specified column "isAllowed" is not in the row

Log file:
Code:
/usr/local/psa/admin/logs/panel.log

Plesk:
Code:
12.0.18 Update #25 CentOS 6.6 (Final)

Would be great to hear what this means and how to fix!
 
It looks like that psa database was not completely upgraded. Try to fox it with bootstrapper repair procedure or add this field in smb_roleGeneralPermissions table manually if you familiar with SQL:

mysql> desc smb_roleGeneralPermissions;
+---------------------+---------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------------------+---------+------+-----+---------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| roleId | int(11) | NO | MUL | NULL | |
| generalPermissionId | int(11) | NO | | NULL | |
| isAllowed | int(11) | YES | | NULL | |
+---------------------+---------+------+-----+---------+----------------+
4 rows in set (0.00 sec)
 
Well I did that but the error persists.

The table smb_roleGeneralPermissions is identical to yours.

Any clue where to look further?
 
Field isAllowed is defined only in this table.
I can only recommend to create a request to support team to do in-depth investigation to find the reason and to fix it. Please create a ticket to support at https://odin.com/hcap/support/request/ .
You may have free support, please check what kind of Plesk license you use for available support options at http://kb.odin.com/en/121580 .
If there’s no free support in your case, you can order Plesk per-incident support at http://odin.com/hcap/support/buy-support/. Support team will contact you as soon as purchase is processed, and they will do the best to resolve it.
If it is found that your problem was caused by product bug w/o available solution or workaround from Parallels, then your purchase will be re-funded.
 
Back
Top