Archive > BeBot 0.5 support

question - C:\php5\php_sockets.dll

(1/1)

bmoscato:
My old server died so I'm doing a reinstall.  I'm getting:

Warning: dl(): Unable to load dynamic library 'C:\php5\php_sockets.dll' - The specified module could not be found.
in C:\BeBot\Main.php on line 91
Loading php_sockets.dll failed. Sockets extention required to run this bot

PHP is installed "C:\Program Files\PHP\"  and the referenced file resides in both "C:\Program Files\PHP\"  and "C:\BeBot\php_extension".

If I create a directory "C:\PHP5\" then the bot starts fine.  Where can I specify a different path?  I changed the StartBot.php to:

   $php_bin = "C:/Program files/PHP/php.exe";
   $php_args = " -c ./ ";
   $main_php = "C:/BeBot/Main.php";

But I don't see where I can define the path.

Bryan

Alreadythere:
Check php.ini

And make sure you updated the window in StartBot.php.

Navigation

[0] Message Index

Go to full version