How to set up the Bot module?
aiwata55 - June 21, 2009 - 02:14
First, I had to change the settings.php so that my site uses a SQL database. By default somehow I was using SQLite (which is weird because I wanted to use SQL and my hosting provider provides only SQL). Without this change, the step 4 on the instraction on README.txt didn't work properly.
Then, I am facing another problem.
the step 4 returns the following error message.
Fatal error: main(): Failed opening required 'Net/SmartIRC.php' (include_path='.:/usr/local/lib/php') in [my root directory]/[my site directory]/sites/all/modules/bot/bot_start.php on line 41I looked at the line 41 of bot_start.php, and I am wondering if the error occurs because the file path to SmarIRC.php is wrong?

Same problem
i have same problem, with MySql but I thinks that problem is in a bot_start.php file ...