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

Exception: Requested website was not loaded. in ../webstat/core/Site.php on line 62 #1520

Closed
anonymous-matomo-user opened this issue Jul 28, 2010 · 6 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.
Milestone

Comments

@anonymous-matomo-user
Copy link

Yesterday, I updated PHP from 5.2 to 5.3(.3), and updated piwik too. Piwik updated database and everything looked like good, I logged in, checked settings.. everything was fine.

Today, everything is wrong. If I have a session (I didn't logged out) I have an error in title. The full error message you can find here: [http://letolt.lacyc3.eu/bugreports/piwik_20100728/errors_with_session.log]

Without session, it looks like different error (You can't access this resource as it requires an 'view' access for the website id = 0 ...).

MySQL database works fine, database user name, password and anything else should be fine, because there wasn't any problem before the PHP upgrade.

@anonymous-matomo-user
Copy link
Author

typo: Exception

@robocoder
Copy link
Contributor

Which Piwik version are you running?

When the error occurs, what's the URL in the address bar?

Can you provide the contents of your piwik_site table (assuming "piwik_" is the table prefix)?

@robocoder
Copy link
Contributor

Sorry, I should have recognized this earlier. You'll have to either set:

xdebug.show_exception_trace=0
display_errors=Off

because xdebug will log a stack trace whenever an exception is thrown, whether or not it caught in a try...catch block.

@robocoder
Copy link
Contributor

(In [2763]) fixes #1520 - disable xdebug stacktraces

@anonymous-matomo-user
Copy link
Author

Sorry for the slow reply, gmail marked spam the notify mail.

Thanks for the fix.

@robocoder
Copy link
Contributor

(In [3039]) refs #1520

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.
Projects
None yet
Development

No branches or pull requests

2 participants