Hi
I hope this hasn't already been answered elsewhere, I cant find this exact problem with searches so I'm assuming it is something to do with my setup.
I have integrated CKFinder with Pommo and it works fine except that the images are uploaded to a folder deep within the ckFinder folder instead of my userfiles folder.
Base URL is:
$baseUrl =' http://www.jeymarsoap.co.nz/pommo/userfiles/';
I need this to be the full URL so that the images path in correct when the image is inserted in the email generated by Pommo
Base directory is:
$baseDir =' /home/jeymarso/public_html/pommo/userfiles/';
It all works fine except that the images are uploaded to:
/public_html/pommo/themes/wysiwyg/ckfinder/core/connector/php//home/jeymarso/public_html/pommo/userfiles/images/
So it appears to be appending the $baseDir to the location of connector.php.
The double // correct, it creates an nameless folder.
I think I have played around with most possible configs and now I am stumped so any ideas would be very gratefully received.
many thanks for your time.
Tue, 01/04/2011 - 00:12
#1
Re: images uploading to wrong folder
Re: images uploading to wrong folder
Thanks for your reply.
I did try that and the image source that pommo inserts in the newsletter is then /pommo/userfiles/image.jpg when I need it to be the full URL so folk can see it in the email that they receive.
I've tried most variations and it still puts it in the wrong directory.
Re: images uploading to wrong folder
Re: images uploading to wrong folder
No spaces in the front of course: