Hi,
I think I've installed all the required PEAR modules etc but I keep getting the following error
PHP Fatal error: Interface 'SSH2Interface' not found in autopilot/includes/classes/util/SSH2.class.php on line 7
Any ideas?
Thanks,
Ben
Hi,
I think I've installed all the required PEAR modules etc but I keep getting the following error
PHP Fatal error: Interface 'SSH2Interface' not found in autopilot/includes/classes/util/SSH2.class.php on line 7
Any ideas?
Thanks,
Ben
Comments
Comment #1
benedictsteele commentedComment #2
akalsey commentedThis sounds like you don't have SSH2 from PECL installed. Depending on your server, you may need to patch ssh2.c before compiling it. See http://www.workhabit.com/labs/compiling-phpssh2-support
Comment #3
IncrediblyKenzi commentedResolved in -beta2
Comment #4
benedictsteele commentedHello,
The SSH2Interface.class.php file is completely empty, both in BETA3 & the HEAD.
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/autopilot/i...
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/autopilot/i...
Cheers,
Ben
Comment #5
akalsey commented