function e_activist_get_campaign_nid fails if Drupal site installed with table prefix.
Error returned:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mytableprefix.e_activist_campaign' doesn't exist: SELECT nid FROM e_activist_campaign WHERE e_activist_client_id = :client AND e_activist_campaign_id = :campaign; Array ( [:client] =>#### [:campaign] => ##### ) in e_activist_get_campaign_nid() (line 158 of /var/www/mydrupalsiteroot/sites/all/modules/e_activist/e_activist.content.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | e_activist-table_prefix-2377993-1.patch | 744 bytes | subspaceeddy |
Comments
Comment #1
subspaceeddy commentedPatch for above