Closed AnatoliZich closed 7 years ago
Don't know if information of localconf.php is required or not. Fact is in later Versions (6.x ?) the file is not existing anymore and replaced by LocalConfiguration.php.
will check lateron, we atleast needed it in earlier versions to avoid the some sync operations
Sorry, I overlooked this one when I created #75 I have created a pull request: #76
Hey,
while rebuilding my TYPO3 instance because of deployment reasons i stumbled upon an exception which is thrown by the Auth.php file in the TYPO3Login Piwik Plugin. I traced it back to this snipped:
This is caused by my piwik folder which is just linked into the typo3conf folder which works just fine except for this. Well, thats leads to the Exception in the else branch as the LocalConfiguration can't be resolved using relative paths anymore. I then tried to understand what the purpose of this snipped is and could not find any solution. It generates a TYPO3DB constant which is not used anywhere. Could this be obsolete? Deleting these lines fixes my problem without any side effects.