my phpseclib-1.0 was working fine yesterday, but then all of a sudden my script is flagging this error;
PHP Warning: include_once(Math/BigInteger.php): failed to open stream: No such file or directory in /home/Net/SSH2.php on line 943
PHP Warning: include_once(): Failed opening 'Math/BigInteger.php' for inclusion (include_path='.:/usr/share/php') in /home/Net/SSH2.php on line 943
PHP Warning: include_once(Crypt/Random.php): failed to open stream: No such file or directory in /home/Net/SSH2.php on line 947
PHP Warning: include_once(): Failed opening 'Crypt/Random.php' for inclusion (include_path='.:/usr/share/php') in /home/Net/SSH2.php on line 947
PHP Warning: include_once(Crypt/Hash.php): failed to open stream: No such file or directory in /home/Net/SSH2.php on line 951
PHP Warning: include_once(): Failed opening 'Crypt/Hash.php' for inclusion (include_path='.:/usr/share/php') in /home/Net/SSH2.php on line 951
PHP Warning: include_once(Crypt/Base.php): failed to open stream: No such file or directory in /home/Net/SSH2.php on line 956
PHP Warning: include_once(): Failed opening 'Crypt/Base.php' for inclusion (include_path='.:/usr/share/php') in /home/Net/SSH2.php on line 956
PHP Fatal error: Uncaught Error: Call to undefined function phpseclib_resolve_include_path() in /home/Net/SSH2.php:1363
I have not changed the script since it last ran perfectly ... how can this be?
EDIT: I changed the filepaths in the main Net/SSH2.php thinking that was the issue, and now I get this error;
PHP Notice: No compatible server to client encryption algorithms found in /home/Net/SSH2.php on line 1561
Thanks