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

PHP FATAL Error PIWIK_IP not found #2396

Closed
anonymous-matomo-user opened this issue May 4, 2011 · 2 comments
Closed

PHP FATAL Error PIWIK_IP not found #2396

anonymous-matomo-user opened this issue May 4, 2011 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

Dear All
i have made update form version 1.3 to 1.4 and i get no traffic in piwik.
On Error-Report by my provider i see this message:
PHP FATAL Error Class Piwik-IP not found in ..../piwik/core/tracker/visit.php on line 70
$ipString = Piwik_IP::getIpFromHeader();

line 68-73 is
if(empty($ipString))
{
$ipString = Piwik_IP::getIpFromHeader();
}

    $ip = Piwik_IP::P2N($ipString);

Can somebody pls help me?
BR Willi Klter

Keywords: 1.4

@robocoder
Copy link
Contributor

File and directory names are case sensitive.

You'll have to reupload the files and preserve the filenames, i.e.,

/piwik/core/Tracker/Visit.php

@robocoder
Copy link
Contributor

You'll also have to visit the dashboard so that the database update can run.

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. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants