Table 'drupalsandbox.image' doesn't exist query: SELECT COUNT(*) FROM node n, term_node t, image i WHERE n.nid = t.nid AND n.nid = i.nid AND t.tid = '0' AND i.personal = 0 AND n.moderate = 0 AND n.status = 1 in /srv/www/htdocs/drupalsandbox/includes/database.mysql.inc on line 124.

Is it assuming image module has been installed? Image.module hasnt even been ported to 4.7, right?

-v

Comments

jmiccolis’s picture

Are you still having this problem? I'm using both the image module and flexinode image field type on 4.7 beta5 with no issues. I took a quite look at the image.module and field_image.inc and nothing seems to reference the old image table.

If you are still having the problem, what did you do to generate the error?

Bèr Kessels’s picture

Version: » 4.6.x-1.x-dev
Component: Code » Field type: image
Status: Active » Closed (fixed)

Closing this: no feedback.