When using the search module and there is a matching result appears this error:

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'w.links_search_result' in 'where clause': SELECT ws.name AS name FROM {widgets_visibility_type} w INNER JOIN {widgets_sets} ws ON ws.wsid = w.wsid WHERE (w.type = :db_condition_placeholder_0) AND (w.links_search_result = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => article [:db_condition_placeholder_1] => 1 ) en widgets_content_type_visibility() (línea 1115 de /srv/www/d7/sites/all/modules/widgets/widgets.module).

i assume that this is a pending feature.
except for this, the module works fine. great job.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TomDude48’s picture

Can you upload a screenshot? What where you doing when you got this error?

CarbonPig’s picture

Priority: Normal » Critical
FileSize
73.39 KB

Hi,

I've attached a screenshot of the error.

I've marked this issue as critical because it has essentially disabled the ability for the site to have RSS feeds, which I consider critical for most projects.

I get an ajax error within views and this error when trying to access an rss feed that points to the same line of code. It seems that maybe a table column is missing.

Any help would be greatly appreciated.

Thanks,

CarbonPig

CarbonPig’s picture

FYI - current dev build of Widget module fixes this issue:

http://drupal.org/node/1367372

TomDude48’s picture

Status: Active » Fixed

The fix is in the beta2 release of widgets.

Status: Fixed » Closed (fixed)

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