Closed (fixed)
Project:
Plugin Manager
Version:
6.x-1.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 05:22 UTC
Updated:
23 Sep 2011 at 00:45 UTC
Jump to comment: Most recent
Comments
Comment #1
ari-meetai commentedSame problem here... No solution... still...
Comment #2
Anonymous (not verified) commentedOn your Drupal install, navigate to /admin/settings/file-system. Administer -> Site Configuration -> File System. Try changing the Temporary Directory path to the complete path for the tmp directory.
Comment #3
jabapyth commentedIt looks like you don't have permissions for the /tmp/ directory, which doesn't make much sense....try changing your temp path as Joshua suggested.
-- here's an example of a similar issue that people had, and #13 claims to have fixed it: #62749
Comment #4
Ken Knowles commentedYes, that is one of the things I tried, but it didn't help. I can upload files when I create a node, but the Plugin Manager is unable to upload files.
Comment #5
Ken Knowles commentedI found the problem. When I updated my core Drupal modules, I accidentally deleted the cache and extraction folders (plugin_manager_cache and plugin_manager_extraction). I added these folders and the plugin_manager worked again.
Comment #7
porg commentedMy recommendation for this issue: Check your web server environment and its permissions, if all related Drupal settings are checked as correct!
IN DETAIL:
I am using Plugin Manager (PM) 6.x-1.11 within Drupal 6.22 within MAMP 1.9 on Mac OS X 10.6.8, and enabled Mac OS X's built-in FTP service at: System preferences > Sharing > Enabled File Sharing > FTP > through which I made MAMP's htdocs folder available.
I triple checked everything:
- Plugin Manager's settings
- Drupal's File System settings
- Permissions of the affected directories
- FTP daemon (was reachable
All seemed correct, but nevertheless I never even got until the FTP upload part, as httpd / PHP seemed to have had trouble even saving the download to the temporary directory, before uploading to the Drupal installation via FTP, as this error message indicated:
And I did not even have an input for a password, only username and host. Thought I may have a misbehaving PM, tried all sorts of combined "username:password" entries into the username field. But retrospectively, it got clear that this was not an FTP issue, but that the issue started earlier: httpd / php not being able to save the externally fetched download to the temporary directory, that is a folder entitled "plugin_manager_cache" within your files directory, as defined in Drupal's File System settings. And no worries, contrary to what #5 writes, this directory gets auto-created if not there already, provided of course that your whole permissions stuff is correct.
What has helped me? I reinstalled my web environment MAMP, then restored the database, drupal files, and apache config. And then PM suddenly worked!!! So it must have been some corrupted files/directories or their permissions!
So please check the permissions of your web environment, probably the most likely reason for your issue.