Clearing the cache of my site, the website got broken.
this was the logged message:

WD menu: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table            [error]
'MYDB.google_analytics_reports_fields' doesn't exist: SELECT g.*
FROM 
{google_analytics_reports_fields} g; Array
(
)
 in google_analytics_reports_get_fields() (line 259 of
/var/aegir/platforms/drupal-web-sites/sites/all/modules/google_analytics_reports/google_analytics_reports.module).

i had to drush disable the module to make the web site working smoothly again.

Comments

matoeil created an issue. See original summary.

Plazik’s picture

Component: All modules » Reports module
Issue summary: View changes

Hello Mathieu,

Have you upgrading from previous version or start using it from 7.x-3.0 version?

Have you run update.php or drush updb?

matoeil’s picture

Status: Active » Fixed

thanks, an upgrade have been done without updating databases
drush updatedb solved it .

Status: Fixed » Closed (fixed)

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

Justincletus’s picture

Drush updb fix the issue, Thanks guy Plazik..