![]() |
Unknown column 'uniqkey' in 'field list' - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Unknown column 'uniqkey' in 'field list' (/thread-16233.html) |
Unknown column 'uniqkey' in 'field list' - hilfi2000 - 08-13-2012 10:11 PM Hi, does anyone know the error? Unknown column 'uniqkey' in 'field list' File: /var/www/ispcp/gui/include/lostpassword-functions.php (Line: 130) Function: exec_query File: /var/www/ispcp/gui/lostpassword.php (Line: 48) Function: removeOldKeys Thanks,... HilFi RE: Unknown column 'uniqkey' in 'field list' - joximu - 08-16-2012 04:59 AM check the ispcp.admin table... should have this structure.... Code: CREATE TABLE IF NOT EXISTS `admin` ( maybe you did not update your database after an update of ispcp... and you also did not tell the ispcp version number... /J |