When attempting to upload images within Pagemaster I get the following error. I have manually created a directory within the mod directory called images - thus giving images/pagemaster which is chmod 777. I still get the following error -
Upload directory does not exist or is not writable:
images/pagemaster/
Any ideas?
Tiggerboyd
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When attempting to upload images within Pagemaster I get the following error. I have manually created a directory within the mod directory called images - thus giving images/pagemaster which is chmod 777. I still get the following error -
Upload directory does not exist or is not writable:
images/pagemaster/
Any ideas?
Tiggerboyd
If you mean that you have the directory structure:
(root directory)/mod/images/pagemaster
you need:
(root dir)/images/pagemaster
You need the mod/pagemaster directory, but images/pagermaster needs to be off of the site root directory.
Regards.