Closed (works as designed)
Project:
Open Deals Drupal Distribution
Version:
7.x-1.0-alpha4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
25 Nov 2011 at 00:58 UTC
Updated:
13 Dec 2011 at 07:34 UTC
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
Comment #1
spypolo commentedI 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)
Comment #2
Igal commentedTo solve this problem update references module (http://drupal.org/project/references) to 2.x-dev version and clear the cache.
Comment #3
yannisc commentedYes, views rc3 seems to break a lot of sites. I recommend staying at the previous version for the time being.
Comment #4
ajimon commentedThank 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.
Comment #5
Igal commented@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
Comment #6
nchar commentedThis 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.
Comment #7
bohemier commentedThanks... it worked for me, although I did patch the 2.x-dev as per http://drupal.org/node/1275096
Comment #8
yannisc commentedI'm glad it worked for you!