7
I don't know if it is possibly related, but I needed to debug a module recently and along with the errors I was looking for I got these:
[PHP]: main(modules/statistics/include/counter.php): failed to open stream: No such file or directory in file header.php line 31
Warning [PHP]: main(): Failed opening 'modules/statistics/include/counter.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file header.php line 31
Warning [PHP]: main(/home/jseymour/public_html/modules/uservisit/index.php): failed to open stream: No such file or directory in file footer.php line 81
Warning [PHP]: main(): Failed opening '/home/jseymour/public_html/modules/uservisit/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file footer.php line 81
It looks like they all go to my statistics and who is online modules. I traced the files being called and sure enough they are not there. Should I delete these references? Or, should I find these files?