Alright, I'm having trouble getting my AIM bot to work via the exec() command in a script on my web server. The bot relies on the BlueTOC class in order to run, so it has to require() external files contained in the bluetoc folder.
Whenever I load the page, I get this error:
Fatal error: main(): Failed opening required 'bluetoc/bluetoc/MultiplexListener.php' (include_path='.:/usr/local/php5/lib/php') in /Library/WebServer/Documents/newfiles/awaybot/dabot.php on line 6
However, when I run the script via my Terminal, using an identical string to that I used in exec(), it works perfectly fine.
What is causing this problem?