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

Upgrade from 2.1 to 2.8.3 fails #6506

Closed
Kofl opened this issue Oct 23, 2014 · 7 comments
Closed

Upgrade from 2.1 to 2.8.3 fails #6506

Kofl opened this issue Oct 23, 2014 · 7 comments
Assignees
Labels
answered For when a question was asked and we referred to forum or answered it.
Milestone

Comments

@Kofl
Copy link

Kofl commented Oct 23, 2014

Hello,

we did an upgrade from piwik 2.1 to 2.7, where we get the same problem as now with version 2.8.3.
Some css/javascript files seem not to load. Matt told me to open a ticket.

2014-10-23_11h02_24

Deleting the browser cache on FF, Chrome, IE did not help. We also wiped out the whole piwik directory and restored the config.ini.php file.

PHP Version 5.3.18 with XCache, disabling XCache does not help.

Thanks,
Thomas

@tsteur
Copy link
Member

tsteur commented Oct 23, 2014

Are HTML and JavaScript files correctly served by your server? As in do you get any HTTP 404 errors? Are you using Pagespeed?

@Kofl
Copy link
Author

Kofl commented Oct 25, 2014

HTML are Javascript files are served correctly - we also run TYPO3 and Wordpress on the same web server. No 404 errors or any error in the php error log. We are not using pagespeed. We also disabled XCache, but that did not help.

@tsteur
Copy link
Member

tsteur commented Oct 27, 2014

Are you familiar with a browsers developer tools? Can you check in the developer tools to make sure there are all files served? Can you maybe also check if there is a JavaScript error? If not, can you maybe send us credentials to your Piwik installation to hello at piwik.org? View permission should be enough.

@Kofl
Copy link
Author

Kofl commented Oct 29, 2014

Thanks for the offer, the credentials where sent to hello at piwik.org

@tsteur
Copy link
Member

tsteur commented Oct 29, 2014

Thx for sending the credentials. It took me a while but I think the plugins are loaded in the wrong order. Can you open/edit the file config/config.ini.php and have a look if the [Plugins] sections starts with the following?

Plugins[] = CorePluginsAdmin
Plugins[] = CoreAdminHome
Plugins[] = CoreHome

If not, can you try to move them to the beginning or better try to bring your list of plugins in the same order as here https://github.com/piwik/piwik/blob/2.8.3/config/global.ini.php#L635 . If a plugin appears in the list of that file but not in yours just ignore it. Don't add any line, only move them.

BTW: I have recently created an issue for this see #6529 which would fix your issue in the future automatically but it is not done yet.

If it fixes your issue feel free to remove the account again

@mattab mattab added this to the Piwik 2.10.0 milestone Oct 30, 2014
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Oct 30, 2014
@Kofl
Copy link
Author

Kofl commented Oct 30, 2014

Awesome, thanks so much for debugging and solving the issue. It works flawless now.

To put these three as first plugins solved the issue.

Plugins[] = CorePluginsAdmin
Plugins[] = CoreAdminHome
Plugins[] = CoreHome

Thanks again and keep up the great work.

@tsteur
Copy link
Member

tsteur commented Oct 30, 2014

thx for letting us know! Glad it works now!

@tsteur tsteur closed this as completed Oct 30, 2014
@tsteur tsteur self-assigned this Oct 30, 2014
@tsteur tsteur added Bug For errors / faults / flaws / inconsistencies etc. answered For when a question was asked and we referred to forum or answered it. and removed Bug For errors / faults / flaws / inconsistencies etc. labels Oct 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants