Hi, I seem to be having a problem somewhere, but not exactly sure what's to blame or where to look.
Running wamp 2
php 5.3.3
mysql
drupl 7.7
I'm fairly new to drupal and currently converting a mostly static live site, while doing dev on the laptop, I've got to the stage where most of my old content is back, so now trying out things to improve the experience for the users
done a lot of juggling of mods in the past, installs/un-installs etc, so not sure if its residue from some of those, or a views and or media bug. I suspected media but on a clean install setup elsewhere on laptop, the media module slides in ok, the only thing i see in the modules list between them that might conflict is views.
Anyway's,... I get this error upon installing media, after installing its dependences.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd7.media_filter_usage' doesn't exist: DELETE FROM {media_filter_usage} WHERE (timestamp < :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 1303464587 ) in media_flush_caches() (line 1035 of C:\snip\sites\all\modules\media\media.module).
Views 7.x-3.0-rc1
File Entity 7.x-1.x-dev
Media 7.x-2.0-unstable1
Media Browser Plus 7.x-1.0-beta3
hope someone can help here as it looks more like what I'm after rather than the imce route, (I prefer the file browser of media)