I don't have access to a master error log, but in do notice a file in the root that says error_log. It says some other stuff from our wordpress installation but nothing from the route / files where atutor is installed.
I should note on our server we have a an older live version of Atutor installed in a sibling sub folder.
So our website looks like this:
Wordpress
- Old Atutor Files
- 2.02 Atutor Files
Each containing their own database. I don't think this will affect anything, but just putting it out there.
There is one way to make an error log for the zipfile.class and that's to bring the file up directly in the browser... but of obvious reasons it's not picking up the AT_INCLUDE_PATH so it says that it can't include pclzip.lib.php / file manager.
After doing some more echo testing... I've narrowed it down to the filemanger.inc.php class.
But... here's the weird thing if I echo before the include_once of the file it will echo my test... but if I echo at the top of the filemanager.inc.php file it won't echo my test... what gives? Is it the way that the file is included?