S Sanjays99 New Pleskian Sep 10, 2014 #1 While accessing plesk it says "ERROR: PleskMainDBException: DB query failed: Unknown column 'description' in 'field list' (db.php:61)" , Plesk 12 windows server.
While accessing plesk it says "ERROR: PleskMainDBException: DB query failed: Unknown column 'description' in 'field list' (db.php:61)" , Plesk 12 windows server.
A Andy SV New Pleskian Sep 10, 2014 #2 We also have the same issue which caused due to a failed plesk updated. How this can be resolved ? ========= : Unknown column 'description' in 'field list' (db.php:61) =========
We also have the same issue which caused due to a failed plesk updated. How this can be resolved ? ========= : Unknown column 'description' in 'field list' (db.php:61) =========
IgorG Plesk addicted! Plesk Certified Professional Sep 10, 2014 #3 Database was not correctly upgraded. As possible solution try to use following SQL query for adding missing field: mysql> alter table clients ADD description varchar(255) DEFAULT NULL; Contact Support Team here http://odin.com/products/plesk/free-migration-support/ if you can't fix database inconsistency by yourself.
Database was not correctly upgraded. As possible solution try to use following SQL query for adding missing field: mysql> alter table clients ADD description varchar(255) DEFAULT NULL; Contact Support Team here http://odin.com/products/plesk/free-migration-support/ if you can't fix database inconsistency by yourself.