FCKEditor inserts incorrect image URL

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
johanlinderoth

FCKEditor inserts incorrect image URL

Post by johanlinderoth »

Hello!
cmsms 0.12.1, fckeditor 1.0 RC1.

The FCKEditor image browser finds the pictures in /uploads/images but when I choose a picture FCKEditor inserts the URL images/myimage.png

Problem occurs both on windows and freebsd, the windows installation is a copy of the freebsd installation (with an updated config.php) so it has to be a configuration issue.

config.php for the freebsd installation has the following settings:

Code: Select all

...
$config['uploads_path'] = '/home/myuser/public_html/uploads';
$config['uploads_url'] = 'http://www.mysite.se/uploads';
...
$config['image_uploads_path'] = '/home/myuser/public_html/uploads/images';
$config['image_uploads_url'] = 'http://www.mysite.se/uploads/images';
...
The windows installation has similar settings (other paths + standard sub paths)

I also have a cmsms 11 installation on the windows system with similar settings which works fine.
Here fckeditor inserts the URL /cmsms11/uploads/images/mypic.png (which is correct)

What did I do for this to occur? How do I fix it?

best regards Johan Linderoth, Stockholm, Sweden
Locked

Return to “CMSMS Core”