kaystrobach / TYPO3.piwikintegration

Piwik backend integration for TYPO3
http://forge.typo3.org/projects/extension-piwikintegration/
GNU General Public License v2.0
6 stars 10 forks source link

PHP Error #54

Closed hannesbochmann closed 9 years ago

hannesbochmann commented 9 years ago

In piwik/plugins/TYPO3Login/Auth.php is missing \ in front of the Exception class in line 251. Because of Namesspaces the call leads to Class 'Piwik\Plugins\TYPO3Login\Exception' not found. Adding the \ to Exception is enough.

kaystrobach commented 9 years ago

have you checked the git version, or just the TER version? - thanks

hannesbochmann commented 9 years ago

The TER Version. But as I see it's in the git version, too. @see https://github.com/kaystrobach/TYPO3.piwikintegration/blob/master/piwik_patches/plugins/TYPO3Login/Auth.php#L251

kaystrobach commented 9 years ago

fixed in git repo, would be glad, if you could check it before release :dancer:

hannesbochmann commented 9 years ago

Looks fine to me. Thanks.