Big Stock Photo offers nearly 3 million stock photos to choose from - royalty free, starting at $1 per photo. We're able to extend free photo credits to our visitors for a limited time. Click here and use promo code HW2333 when you sign up.
StreamSend is Email Marketing by Marketers, for Marketers. They offer a very friendly and easy to use interface, private IP address, trigger-based messaging, demographic reporting, integration with Google Analytics, and more. Click here to get 30 free days and give them a try.
Seen this error before? Or seeing it right now and pulling your hair out? This is a common error involving Drupal's filemanager and image modules (acidfree). In particular, this error occurs when the filemanager file directory and Drupal's native file directory conflict. Also of issue is the location and user permissions of your private files directory. If you transition data to another server, and your private files directory is located above root, then you'll need to adjust user permissions.
Note: If you are running a multisite installation, precede with:
Browse to admin -> settings -> filesystem and ensure the following settings are in place:
File system path: files
Temporary directory: files/tmp
Download method: public
Browse to admin -> settings -> acidfree, scroll to the bottom and check the following box:
Force all new images to be transferred by Drupal
Browse to admin -> settings -> filemanager, and make the following settings:
Public file system path: files/public
Public file system URL: http://www.example.com/files/public
Private file system path: /home/username/private
Important:: You need to recursively (ie. w/ all subfolders and files) CHMOD the private file system path and all its subdirectories to 777.
Voila! You should now be able to import images to acidfree without running into the above error.
Security note: The private file system path should be above your document root, ie. a non-public location. However, if you are still getting the error you may need to relocate the path as described below.
If you are still getting the error, particularly after having transferred to another server, change the private file system path to:
Private file system path: /files/private
Note that it is ideal to have your private directory above the document root, so the public cannot access your private files. The method above moves the private directory into the public tree, therefore it's recommended that you add the following to your Virtual Host settings:
# deny access to private directory
Order Deny,Allow Deny from All
If all of the above fail you may have to delete your photo galleries and re-upload them. When doing this, go ahead and delete the "private" folder, browse to filemanager, it will detect that the folder is not there. Create a new one, CHMOD permissions to 777, specify the path in filemanager settings and save. You should now be able to create albums and upload photos without experiencing the above error.
All Content © 2005 - 2010 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
Drupal errors
Whew - been using Drupal for some time now and am finally getting to the point where I can run it without running into ten thousand error messages. I suppose that's the price you pay for open source. Then again, this is still less errors than I get with any MS software, lol.
thanks
it helped!!