Just installed 7.x-2.x-dev on Core 7.14 and got a WSOD on all admin pages:

I went direct to custom breadcrumb admin page and configured a whole bunch of nice looking stuff, but was immediately thrown this bug.

Error report is logged:
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'language' in 'where clause': SELECT c.* FROM {custom_breadcrumb} c WHERE (node_type = :db_condition_placeholder_0) AND (language IN (:db_condition_placeholder_1, :db_condition_placeholder_2)) ORDER BY language ASC; Array ( [:db_condition_placeholder_0] => page [:db_condition_placeholder_1] => en [:db_condition_placeholder_2] => ) in custom_breadcrumbs_load_breadcrumbs() (line 725 of .../sites/all/modules/custom_breadcrumbs/custom_breadcrumbs.module).

Comments

sowa’s picture

Hi,

I'am facing the same issue.
Did you find a solution or a workaround ? ;-).

Regards,

sowa’s picture

I solved it myself.
In fact there was no language Column in the custom_breadcrumb... I think this table is coming from the alpha version of the custom_breadcrumbs not from the dev version.
All I have done is replacing this table by the one created by the dev version.

Regards,

lima2x’s picture

It's because you first installed Custom breadcrumbs 1 and then you installed Custom Breadcrumbs 2 without desinstalling version 1.

lamp5’s picture

Issue summary: View changes
Status: Active » Closed (outdated)