Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3-rc6
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2008 at 15:42 UTC
Updated:
3 Feb 2009 at 09:40 UTC
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
Comment #1
bsimon commentedI 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...
Comment #2
babbage commentedSubscribing.
Comment #3
wwalc commentedFixed in CVS. Thanks!