In fckeditor.module, line 859:
$themepath = path_to_theme() .'/';

$themepath variable is terminated by a slash.

And line 1105:
$styles_xml_path = $host . $themepath .'/fckstyles.xml';

There is also a slash before fckstyles.xml, so the path cannot be correct.

The solution is simply to remove slash line 1105.

Comments

bsimon’s picture

I keep seeing an odd path which ends with //fckstyles.xml in the cache - I guess this is the reason
but the strange thing is, the path is actually accessible. I can load that page in the browser, it seems like browsers or servers are very tolerant of repeated /// in paths...

babbage’s picture

Subscribing.

wwalc’s picture

Status: Needs review » Fixed

Fixed in CVS. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.