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

benedictsteele’s picture

Category: feature » support
akalsey’s picture

This 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

IncrediblyKenzi’s picture

Assigned: Unassigned » IncrediblyKenzi
Status: Active » Fixed

Resolved in -beta2

benedictsteele’s picture

Status: Fixed » Active

Hello,

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

akalsey’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)