Has anyone experienced this error before and hopefully found a fix?
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘price’ in ‘field list’
It just popped up and as a result can’t access the admin section.
I have had two extensions installed of late, however I’ve contacted both parties and they’ve both checked and said it wasn’t theirs. They both indicated it was coming from a core file.
One of the extensions was short in SQL column, namely ‘price’. The code requested it, but the database doesn’t have it. So we just commented the line which contains that query in this file, /html/app/code/core/Mage/AdminNotification/Model/Feed.php, line 92.