Quote:
Originally Posted by oddmud
Running 4.1.6.
I'm getting "Cache Path Doesn't Exist!". I'm not sure what you're looking for here. I've tried /cache/ I've tried /websiteurl/cache/. I've tried everything I can think of, but nothing seems to work. My cache path is set to 777.
Images path says the same thing, yet it's showing my image in the Watermark Preview thingy.
This has stopped all images from working now.
What's up with my settings, or your mod?
I'm not getting a preview at the bottom either.
|
But you do know how paths work in unix systems?
/cache/ means the absolute path. It would look for a directory named "cache" in the root dir /
I think you meant relative paths from the current web directory the script is located in. then you need to remove the first slash: "cache/"
or to be sure, use the full absolute path. Let's say your web directory is located in "/var/www/vhosts/somedomain/htdocs/"
then you want to use the following path:
"/var/www/vhosts/somedomain/htdocs/cache/"
Quote:
Originally Posted by oddmud
This is when I look at the preview image URL.
|
This indicates, that you didin't upload the sample image file which should go to your forum's image directory with the filename "watermark.png"
Check the archive you downloaded here and upload all files, including those in the image dir branch.