Hey there,

I updated to version 2.0 beta6 and now I'm confronted with the following error message when browsing images:

user warning: Table 'drwa_ftp.x_vote' doesn't exist query: SELECT count(fid) FROM x_vote WHERE fid = 187 in /Applications/MAMP/htdocs/drupal/sites/all/modules/photos/photos.page.inc on line 649.

Where would that table x_vote belong to? It really doesnt exist inside my database. But why?
I also installed vote module, though I don't need voting functionality for my galleries. It didn't help neither :(

Comments

daniel wentsch’s picture

Quick & dirty solution was to simply comment out line 649, but that's of course not the best way to go.

eastcn’s picture

You need to upgrade the database, run update.php

berdir’s picture

Status: Active » Fixed

I'm setting this issue to fixed as it should be solved by running update.php. If the problem still persists, please re-active the issue.

Berdir

Anonymous’s picture

Status: Fixed » Closed (fixed)

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