I am experiencing a strange problem with FCKEditor.
I can upload an image and insert it in a message. The system automatically generates a URL. This URL is not a real URL but is the content of the variable $pageroot in config.php - which is the path to phplist underneath the web server's root (apache).
PHPlist does not live in a domain or subdomain of its own.
In other instances of fckeditor that I run, a correct URL or filepath is generated by FCKEditor - and the graphic is visible in the email which is sent.
However, in this case, the $pageroot is inserted as is and I finish up with a URL which looks like
http://newsletter/list/public_html/lists instead of
http://mydomain.com/newsletter/list/public_html/lists
and of course, the graphic is not seen.
In other words, the domain name is not added to the beginning of the URL.
I can fix this problem by typing the correct URL manually in the fckeditor image insert box - but it is not a good solution.
Any ideas on how I can fix the problem?
Thanks a lot
Andrew