You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: