BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => AO 0.6 support => Topic started by: Max on January 18, 2010, 05:22:47 pm
-
Hello,
I finally decided to suscribe this forum because after nearly one day of researches, I still can't run bebot under linux (i have already run it with windows).
Here is the error I get:
php5 '/home/XXXX/Bureau/BeBot-0.6.6/StartBot.php'
Warning: require_once(./Sources/Conf.php): failed to open stream: No such file or directory in /home/XXXX/Bureau/BeBot-0.6.6/StartBot.php on line 73
Fatal error: require_once(): Failed opening required './Sources/Conf.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/XXXXX/Bureau/BeBot-0.6.6/StartBot.php on line 73
I checked and the Conf.php is in the ./Sources folder so i don't understand.
I also read this topic: http://bebot.link/ao-0-6-support/startbot-bat-1970/15/ (http://bebot.link/ao-0-6-support/startbot-bat-1970/15/) but it hasn't helped me.
Thanks for your help :)
-
Hello,
I finally decided to suscribe this forum because after nearly one day of researches, I still can't run bebot under linux (i have already run it with windows).
Here is the error I get:
php5 '/home/XXXX/Bureau/BeBot-0.6.6/StartBot.php'
Warning: require_once(./Sources/Conf.php): failed to open stream: No such file or directory in /home/XXXX/Bureau/BeBot-0.6.6/StartBot.php on line 73
Fatal error: require_once(): Failed opening required './Sources/Conf.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/XXXXX/Bureau/BeBot-0.6.6/StartBot.php on line 73
I checked and the Conf.php is in the ./Sources folder so i don't understand.
I also read this topic: http://bebot.link/ao-0-6-support/startbot-bat-1970/15/ (http://bebot.link/ao-0-6-support/startbot-bat-1970/15/) but it hasn't helped me.
Thanks for your help :)
Try this:cd /home/XXXX/Bureau/BeBot-0.6.6; /usr/local/bin/php -f /home/XXXX/Bureau/BeBot-0.6.6/StartBot.php
Notice there are no single quotes around the path and you want to use php -f
-
Thanks a lot that works now!