I'm getting the error:

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'n.title' in 'where clause': SELECT bc.*, bcd.* FROM {biblio_contributor} bc INNER JOIN {biblio_contributor_data} bcd ON bcd.cid = bc.cid WHERE (bc.vid IN (:db_condition_placeholder_0, :db_condition_placeholder_1)) AND (n.title LIKE :db_condition_placeholder_2 ESCAPE '\\') ORDER BY bc.vid ASC, bc.rank ASC; Array ( [:db_condition_placeholder_0] => 970 [:db_condition_placeholder_1] => 1000 [:db_condition_placeholder_2] => %about% ) in biblio_load_contributors_multiple() (line 146 of ../sites/all/modules/contrib/biblio/includes/biblio.contributors.inc).
The website encountered an unexpected error. Please try again later.

when trying to access content from admin menu. Unable to access/edit anything...haven't made any changes so confused. New to Drupal so please have patience with me!

Comments

amberparker24 created an issue. See original summary.

amberparker24’s picture

Status: Active » Closed (fixed)

Find Content module was the issue (which is a bummer because it is very useful). Uninstalled and problem fixed. Marking problem as Closed (fixed) but would be nice to find a way to be able to use both modules...

Abelito’s picture

Yes, it does appear there is a conflict between the Find Content module. Here is a patch for that module that seems to work:
https://www.drupal.org/node/2528108

Abelito’s picture

@amberparker24

You'll be happy to know that the Find Content module fixed this bug!