I have a site with CKEditor working perfectly when hosted on my localhost (Windows Vista using xampp - PHP5, Apache etc).
The problem occurs when I upload it to my third party host (Linux apache). The editor fails to initialise.
Does anyone have suggestions on what could be causing this? I initially thought that if the JS to initialise the editor was run before the textarea is created it would fail, but I have the JS inside a jQuery $(document).ready function so it will only be run after the page is created.
The problem occurs when I upload it to my third party host (Linux apache). The editor fails to initialise.
Does anyone have suggestions on what could be causing this? I initially thought that if the JS to initialise the editor was run before the textarea is created it would fail, but I have the JS inside a jQuery $(document).ready function so it will only be run after the page is created.