I'm having problems with media and file entity, so I uninstall media first, then file entity. As it uninstalls file entity I get

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'intranet.image_dimensions' doesn't exist: SELECT * FROM {image_dimensions} id WHERE id.fid IN (:fids_0); Array ( [:fids_0] => 195 ) in file_entity_file_load() (line 169 of /var/www/intranet/sites/all/modules/file_entity/file_entity.file.inc).
The website encountered an unexpected error. Please try again later.

I'm using D7.22

Not sure if its a bug, or something I did..

Comments

Devin Carlson’s picture

Status: Active » Fixed

It looks like something caused the {image_dimensions} table to never get created (it gets created when installing File entity or when upgrading from File entity 1.x (included with the Media module 1.x)).

If File entity is no longer listed as "uninstallable" then I wouldn't worry about the error. Otherwise, I'd suggest reinstalling File entity 2.x and then uninstalling it again.

Also, make sure that you aren't using File entity with Media 7.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.