Hi, I have updated the Drupal core and modules, Then I got the debug error/warning..
--------
Debug:
'Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column \'field_data_field_store_refer.nid\' in \'on clause\''
in views_plugin_query_default->execute() (line 1386 of /home/bayofbra/public_html/irishspecial/profiles/opendeals/modules/contrib/views/plugins/views_plugin_query_default.inc).
--------
please look this url of my site: irishspecial.com

how can I remove/solve this error

Pls help me ... many thanks

Comments

spypolo’s picture

I have the same problem.....
Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column \'field_data_field_store_refer.nid\' in \'on clause\''

The front page does not display anything.... (και στα ελληνικα... κατι πρεπει να εχει αλλαξει με τα views rc3)

Igal’s picture

To solve this problem update references module (http://drupal.org/project/references) to 2.x-dev version and clear the cache.

yannisc’s picture

Yes, views rc3 seems to break a lot of sites. I recommend staying at the previous version for the time being.

ajimon’s picture

Thank you for your reply... I have already updated the '7.x-2.0-beta3'. I couldnt disable this reference from my admin. How can I disable this 7.x-2.0-beta3 and update 2.x-dev? pls help me that would be appreciable.

Igal’s picture

@ajimon,
1) Remove the beta version of module from your modules directory
2) Copy the dev version to your modules directory
3) run http://yousite.com/update.php

nchar’s picture

Status: Active » Closed (works as designed)

This is not an issue of opendeals installation profile. If you have updated several modules and those modules broke your site, then you need to create issues on the updated modules' issue queues.

bohemier’s picture

Thanks... it worked for me, although I did patch the 2.x-dev as per http://drupal.org/node/1275096

yannisc’s picture

I'm glad it worked for you!