Hope this helps:
0. Go to admin/logs/status, is everything ok there? Yes
- Are file permissions configured properly? Is PHP save mode on?
Status Report
Configuration file • Protected
Cron maintenance tasks • Last run 16 sec ago
Database schema • Up to date
Drupal core update status • Up to date
File system • Writable (public download method)
GD library • bundled (2.0.28 compatible)
Module update status • Up to date
MySQL database • 5.0.20a
PHP • 4.4.7
Unicode library • PHP Mbstring Extension
Web server • Apache/2.0.55 (Red Hat)
1. Write down the error message, I did not see any file not found error message cited above
# Image file http://www.example.com/site/files/images/logo/watermark.png not found.
# Error adding watermark.
2. Go to admin/settings/file-system
- What is your File system path? files
- What is your temporary path? /tmp
3. Go to admin/settings/image
- What is the Default image path? images
4. Go to
- What is the path for Watermark overlay image?
http://www.example.com/site/files/images/logo/watermark.png
Thanks.
Comments
Comment #1
schnizZzla commentedI still don't think that this is a bug, so i changed this to support request.
1. Please try to enter a local path for image watermark first:
path for Watermark overlay image:
files/images/logo/watermark.png
NO leading slash!!
2. Remove the leading slash in admin/settings/file-system temporary path:
tmp
If that doesn't help, I will ask you more questions.
Comment #2
drupal centric commentedMagic, all works fine:
path for Watermark overlay image:
files/images/logo/watermark.png
Many thanks.
Comment #3
schnizZzla commentedNo problem.
It's common to use local URLs without a leading slash. The other way round is an exception in most cases.
Comment #4
(not verified) commented