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
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.wontfixIf you can reproduce this issue, please reopen the issue or create a new one describing it.
I was attempting to upgrade my piwik as usual via subversion.
Anyways, this crept in today. It seems to be stuck trying to alter table. Certain columns exist, then don't exist or should exist don't. I even tried to manually alter the tables per the 0.6.php update file to no luck it still wants to Core Update.
Critical Error during the update process: /piwik/core/Updates/0.6.php: Error trying to execute the query 'ALTER TABLE piwik_site ADD timezone VARCHAR( 50 ) NOT NULL AFTER ts_created ;'. The error was: SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'timezone'
The text was updated successfully, but these errors were encountered:
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.wontfixIf you can reproduce this issue, please reopen the issue or create a new one describing it.
vipsoft,
It's a bug in the updater.
Notice: Undefined variable: infos in /srv/www/xxxx/piwik/plugins/CoreUpdater/Controller.php on line 281
Backtrace -->
#0 Piwik_ErrorHandler(8, Undefined variable: infos, /srv/www/xxxx/piwik/plugins/CoreUpdater/Controller.php, 281, Array ([=> Piwik_View Object ( =>
I was attempting to upgrade my piwik as usual via subversion.
Anyways, this crept in today. It seems to be stuck trying to alter table. Certain columns exist, then don't exist or should exist don't. I even tried to manually alter the tables per the 0.6.php update file to no luck it still wants to Core Update.
Critical Error during the update process: /piwik/core/Updates/0.6.php: Error trying to execute the query 'ALTER TABLE piwik_site ADD timezone VARCHAR( 50 ) NOT NULL AFTER ts_created ;'. The error was: SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'timezone'
The text was updated successfully, but these errors were encountered: