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

sql field missing #3182

Closed
anonymous-matomo-user opened this issue Jun 3, 2012 · 3 comments
Closed

sql field missing #3182

anonymous-matomo-user opened this issue Jun 3, 2012 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. 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

since i upgraded to 1.8 i tried to create a goal
after submitting i got an error that allow_multiple field doesn't exist in _goal table

so i created manually

ALTER TABLE `prefix_goal` ADD `allow_multiple` INT( 4 ) NOT NULL AFTER `case_sensitive` ;

i report this now cause in 1.8.1 was no mention of this bug
Keywords: sql, field, missing

@mattab
Copy link
Member

mattab commented Jun 4, 2012

Probably the updates files were not uploaded correctly, thanks for the report, make sure all files are uploaded and problem should not happen again

@anonymous-matomo-user
Copy link
Author

dude, i deleted the old install without config/config.php and uploaded 1.8 version

allow_multiple wasn't created after upgrade

@robocoder
Copy link
Contributor

That's not a supported upgrade path.

When there's no config.php, Piwik re-enters into installation mode. We should check that Piwik_Version::VERSION === Piwik_GetOption('core.version') before offering to reuse existing tables.

(allow_multiple was added in Piwik 1.2)

@anonymous-matomo-user anonymous-matomo-user added this to the 1.12.x - Piwik 1.12.x 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. 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