I keep getting an e-mail saying that I have an update to one of my modules. When I click on the link it takes me to the /admin/reports/updates page. I go through the steps of installing the update and when it gets to the /admin/update/ready page it gives me the following error message: "Fatal error: Class 'FileTransferLocal' not found in /home/gerbreown/drupal/modules/update/update.manager.inc on line 456"

This has happened a number of times.

Has anyone else experienced this problem?

Thanks.

Comments

darol100’s picture

For now you should update your module manually by replacing the folder with the new updated.

For example, replacing sites/all/module/OLDVERSIONOFTHEMODULE with the sites/all/module/NEWVERSIONOFTHEMODULE.

You should also consider updating your Modules via Drush if you can and see if Drush give you any type of errors in a local environment.

Did you check your Drupal, Server and PHP logs ?

- Darryl Norris
Be Connected: Website | Twitter | LinkendIn | GitHub

coolmanish’s picture

$filetransfer = new FileTransferLocal(DRUPAL_ROOT);
check ur sever permission on core Module , settings.php ( $base_url = 'http://www.example.com'; ) and try to use drush cc .. etc
.
-coolmanish

gerbreown’s picture

Hello,

I am now getting the same error when I try to install a new theme or module. I am NOT doing update!!!

Here is my URL: "http://www.epghoa.org/admin/appearance/install" and here is the error message: "
Fatal error: Class 'FileTransferLocal' not found in /home/gerbreown/drupal/modules/update/update.manager.inc on line 735"

It seems that every time I try to do something in Drupal I get nothing but errors.

In case anyone is interested, I'm using version 7.28.

Any ideas on how I can get rid of all these errors other than dumping Drupal and finding another framework???

Thanks,

Gerald