By gurubabu2013 on
Hi Friends
I upgrade my site then i am getting error as
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'base.type' in 'field list': SELECT base.fid AS fid, base.uid AS uid, base.filename AS filename, base.uri AS uri, base.filemime AS filemime, base.filesize AS filesize, base.status AS status, base.timestamp AS timestamp, base.type AS type FROM {file_managed} base WHERE (base.fid IN (:db_condition_placeholder_0)) ; Array ( [:db_condition_placeholder_0] => 0 ) in DrupalDefaultEntityController->load() (line 195 of C:\Program Files\BitNami Drupal Stack\apps\drupal\htdocs\includes\entity.inc).
thanks and regards
Gurubabu
Comments
Probably you need to run the
Probably you need to run the database updates, from update.php (or use drush).
If you really cannot do that, reverse all updates to get the site back. Drush is useful in this situation, allowing you to manage the site from a command shell. It is worth installing if you not have it, and learning drush commands (listed on http://drush.ws).
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
_
Please don't post duplicate threads, I've deleted the dupe. Thanks.