Hi

I get the following error after entering all the correct md5 values held in the Release notes of each module ...

"warning: md5_file(sites/default/files/plugin_manager_cache/) [function.md5-file]: failed to open stream: No such file or directory in C:\Program Files\wamp\apps\drupal-6.4\modules\plugin_manager\plugin_manager.admin.inc on line 357."

Any idea how to resolve this?

Thanks

Comments

jabapyth’s picture

Status: Active » Postponed (maintainer needs more info)

did you get any errors when you installed PM? it should have error'd when it failed to create that directory.
also, have you checked to verify that "sites/default/files/plugin_manager_cache/" actually doesn't exist?

Anonymous’s picture

Hmm. The function md5_file should take the location of the file we are testing as an argument, yet it only shows the directory. Can this problem be reproduced? What module / theme were you attempting to install when this happened?

PseudoMax’s picture

Hi Jabapyth, I did get some errors that I posted about a week ago with installation, but I have subsequently resolved those errors and the Plugin Manager seems to work without a problem apart from the final step of trying to install the modules ...

Hi JosuaRogers, I ahve tried a number of times. I have about 20 different modules that I am trying to install (not sure if that could be the problem ... but have already adjusted 'timeout' options on PHP). Otherwise ... unsure of the problem ...

Thanks

jabapyth’s picture

does that directory exists? navigate in your ftp client to /sites/default/files/plugin_manager_cache/, and make sure it exists. If it does, then try just installing one module, and tell us what happens.

PseudoMax’s picture

Hi

I uninstalled and then reinstalled this module (plugin manager). As per usual here is the error message:

# warning: mkdir() [function.mkdir]: File exists in C:\Program Files\wamp\apps\drupal-6.4\modules\plugin_manager\plugin_manager.install on line 80.
# warning: mkdir() [function.mkdir]: File exists in C:\Program Files\wamp\apps\drupal-6.4\modules\plugin_manager\plugin_manager.install on line 81.
# warning: mkdir() [function.mkdir]: No such file or directory in C:\Program Files\wamp\apps\drupal-6.4\modules\plugin_manager\plugin_manager.install on line 84.
# Could not create directory
# warning: mkdir() [function.mkdir]: No such file or directory in C:\Program Files\wamp\apps\drupal-6.4\modules\plugin_manager\plugin_manager.install on line 88.
# Could not create directory C:/Program Files/wamp/www//drupal/sites/all/themes

Jabapyth: the directory does exist ...

thanks