I recently created around 700 attributes through script, all attributes look fine at backend. But when I reindex, I get following error:
exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'e.additional_information_s' in 'field list'' in /lib/Zend/Db/Statement/Pdo.php:228
Note: this attribtue exist in Database (eav_attribtue) table.
I would highly appreciate suggestion.