Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Core Update using trunk #1265

Closed
anonymous-matomo-user opened this issue Apr 1, 2010 · 3 comments
Closed

Error on Core Update using trunk #1265

anonymous-matomo-user opened this issue Apr 1, 2010 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

I was attempting to upgrade my piwik installation as usual via subversion as I have been quite successful with this method for almost a year. Great code quality control.

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'

@robocoder
Copy link
Contributor

Piwik's svn trunk is for active development. "svn up" should not be used as an update source for a production site because at any given time, the trunk could be broken, unstable, or subject to change without notice.

@mattab
Copy link
Member

mattab commented Apr 1, 2010

Anthon, is it possible to use RC1, RC2 update package? I think I'll try that next time. It would allow anyone plugged in SVN to upgrade without hurdle.

@robocoder
Copy link
Contributor

Yes, possible.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.6 milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants