hello everybody ...
im trying to get acidfree galleries and filemanager to work on drupal 4.7.2.
the problem occurs when i start uploading an image file ... the result is a huge error listing:
* warning: fopen(private/filemanager.lck): failed to open stream: No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 760.
* warning: flock(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 761.
* warning: mkdir(private/working): No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 739.
* warning: mkdir(private/working/0): No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 739.
* The selected file D:\xampp\tmp\tmp2D.tmp could not be uploaded, because the destination private/working/0/tmp19193_large.jpg is not properly configured.
* warning: flock(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 766.
* warning: fclose(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 767.
* warning: fopen(private/filemanager.lck): failed to open stream: No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 760.
* warning: flock(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 761.
* warning: mkdir(private/working): No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 739.
* warning: mkdir(private/working/0): No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 739.
* The selected file D:\xampp\tmp\tmp2D.tmp could not be uploaded, because the destination private/working/0/tmp19193_small.jpg is not properly configured.
* warning: flock(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 766.
* warning: fclose(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 767.
* warning: fopen(private/filemanager.lck): failed to open stream: No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 760.
* warning: flock(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 761.
* warning: mkdir(private/working): No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 739.
* warning: mkdir(private/working/0): No such file or directory in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 739.
* The selected file D:\xampp\tmp\tmp2D.tmp could not be uploaded, because the destination private/working/0/tmp19193_thumb.jpg is not properly configured.
* warning: flock(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 766.
* warning: fclose(): supplied argument is not a valid stream resource in D:\xampp\htdocs\droopal\modules\filemanager\filemanager.module on line 767.
---
the node is created correctly afterwards - only the image is missing and replaced through a grey square.
i installed acidfree correctly and used the update function too ...
i really hope, someone can help me, though this request is held not really precise - i know that, sorry!
cheers,
f.
Comments
no idea,
no idea, anyone?
---
www.mimaku.info
Path Settings in Filemanager and Drupal File System
I was having (somewhat) similar problems, and spent quite a while playing around with path settings at
Administer->Settings->Filemanager->Public file system path, Public file system URL, Private file system path AND
Administer->Settings->File system path, Temporary directory
I believe that the filemanager install instructions note that all(?) paths should be absolute.
If it helps at all, the correct "Public File system URL" for my site ended up being http://www.sitename.com/sites/sitename.com/files/public
Eventually working with the settings above did fix my problems... almost. I can now upload images, create galleries, etc. Still having issues with image rotation, though.
Sorry can't be more helpful, but I'm new to Drupal as well.
Same as above...then one step further
I did have the same problem as above. I changed the paths in administer > settings > filemanager
Now I get an internal error message 400 and no log entry. The process must have been abandoned before the log was written to.
Any ideas what I'm doing wrong?
How I set up filemanager directories for acidfree
I finally got my setup to work after experiencing some problems similar to yours (and resolving some additional issues with image rotation).
In case it helps, take a look at the description of how I set things up:
http://drupal.org/node/84868#comment-144136
are you able to upload using
are you able to upload using drupal upload.module (in core)?
if yes then it's a filemanager issue.
instead it's an incorrect server setting somewhere..
------------
www.varesano.net - Fabio Varesano Personal Homepage