PHP Classes

Fatal error

Recommend this page to a friend!

      SSH in PHP  >  All threads  >  Fatal error  >  (Un) Subscribe thread alerts  
Subject:Fatal error
Summary:something bad with crypto engine happend! Dying peacefully... pe
Messages:2
Author:Marc Milian
Date:2006-04-10 17:35:00
Update:2007-11-03 11:14:15
 

  1. Fatal error   Reply   Report abuse  
Picture of Marc Milian Marc Milian - 2006-04-10 17:35:00
Hello,

I'm sure it is a quite good class, except that I'm running an error that I can deal with.
I don't even where to look to try to fix it.
Any idea or better solution will be well apreciated,
Marc

--------------------------------

Warning: mcrypt_generic_init(): 7 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 351

Warning: mdecrypt_generic(): 7 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 352

Warning: mcrypt_generic_deinit(): 7 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 353

Warning: mcrypt_generic_init(): 6 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 344

Warning: mcrypt_generic(): 6 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 345

Warning: mcrypt_generic_deinit(): 6 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 346
!!! Warning: Bad CRC in packet from server
Warning: mcrypt_module_close(): 6 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 329

Warning: mcrypt_module_close(): 7 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 330

Fatal error: Uncaught exception 'Exception' with message 'fatal: something bad with crypto engine happend! Dying peacefully... peace, love, flowers...' in F:\apli\classes\ssh_in_php.php:1099 Stack trace: #0 F:\apli\classes\ssh_in_php.php(836): SSH_in_PHP->ex_pub_key() #1 F:\apli\classes\ssh_in_php_ex.php(12): SSH_in_PHP->connect('root', '11794591') #2 {main} thrown in F:\apli\classes\ssh_in_php.php on line 1099

Warning: mcrypt_module_close(): 6 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 329

Warning: mcrypt_module_close(): 7 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 330

Warning: mcrypt_module_close(): 6 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 329

Warning: mcrypt_module_close(): 7 is not a valid MCrypt resource in F:\apli\classes\ssh_in_php.php on line 330

  2. Re: Fatal error   Reply   Report abuse  
Picture of Jeffrey Jeffrey - 2007-11-03 11:14:15 - In reply to message 1 from Marc Milian
Looks to me like you may need to install mcrypt on the server.