php - phpseclib Warning: unpack() [function.unpack]: Type C: not enough inpu -
some sftp credential works fine below open source, credential throwing below error. root cause below error, saw threads posted workouts, solutions not worked me.
why getting below error, solution.
open source: phpseclib error: bellow error
warning: unpack() [function.unpack]: type c: not enough input, need 1, have 0 in \net\ssh2.php on line 1469 warning: extract() expects parameter 1 array, boolean given in \net\ssh2.php on line 1469
https://github.com/phpseclib/phpseclib/blob/master/phpseclib/net/ssh2.php#l1538
what on line 1469? version linked has on line 1469:
while ($this->decrypt_block_size > strlen($iv)) {
your link line 1538, this:
break;
if post 3 lines before , after, too, that'd great.
thanks!
Comments
Post a Comment