You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently running Piwik on Debian Wheezy (7.6) with PHP 5.4.4-14+deb7u14. I recently upgraded from 2.0.3 to 2.7.0 by downloading and unzipping http://builds.piwik.org/latest.zip followed by running php piwik/console core:update which produced the following output:
*** Update ***
Database Upgrade Required
Your Piwik database is out-of-date, and must be upgraded before you can continue.
Piwik database will be upgraded from version 2.0.3 to the new version 2.7.0.
The following dimensions will be updated: log_visit.user_id.
The database upgrade process may take a while, so please be patient.
Done!
****************************************
Piwik has been successfully updated!
****************************************
After logging in to the web interface I am presented with the following error in most widgets on the dashboard:
WARN CoreHome[2014-09-24 12:28:45] [71e94] Failed to get data from API: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'log_link_visit_action.idaction_content_name' in 'where clause'
Examining the log_link_visit_action table in MySQL yields the following:
Looking through the commit history for idaction_content_name brings up ce8d27c which suggests that perhaps idaction_name was renamed to idaction_content_name although this is not clear.
In addition to fixing this for other users going forward, I'd appreciate some guidance about how to fix this on my system. Should I rename idaction_name to idaction_content_name or simply drop idaction_name and create idaction_content_name?
Thanks,
Kevin
The text was updated successfully, but these errors were encountered:
Hello Piwik Developers,
I'm currently running Piwik on Debian Wheezy (7.6) with PHP 5.4.4-14+deb7u14. I recently upgraded from 2.0.3 to 2.7.0 by downloading and unzipping http://builds.piwik.org/latest.zip followed by running
php piwik/console core:update
which produced the following output:After logging in to the web interface I am presented with the following error in most widgets on the dashboard:
Examining the
log_link_visit_action
table in MySQL yields the following:Looking through the commit history for
idaction_content_name
brings up ce8d27c which suggests that perhapsidaction_name
was renamed toidaction_content_name
although this is not clear.In addition to fixing this for other users going forward, I'd appreciate some guidance about how to fix this on my system. Should I rename
idaction_name
toidaction_content_name
or simply dropidaction_name
and createidaction_content_name
?Thanks,
Kevin
The text was updated successfully, but these errors were encountered: