Open foovax opened 6 years ago
Thanks for your report. I'm glad to hear you managed to get it working, though!
I can confirm this is indeed a mistake in the script, probably an oversight in the process of refactoring the repository. Will look into addressing it soon.
Warning: require(/home/private/AwstatsParser-master/src/AaronVanGeffen/AwstatsParser/AwstatsMerger.php): failed to open stream: No such file or directory in /home/private/AwstatsParser-master/awmerge.php on line 21
I'm unsure if this is related to the way I've obtained the files but there is no src/AaronVanGeffen/AwstatsParser/ folder when downloading as a zip file.
By changing line 22:
require dirname(FILE) . '/AwstatsParser/' . $className . '.php';
The script worked as expected.