Hi all,
I have been using FCK Editor 2.6.4 on my local web server (for testing the website I am working on), however when I transfer the files to a live web server, the editor does not load properly; its appears in white, with the labels for the toolbar showing in black font.
I have tried changing permissions on files, and have checked the base path is correct, but with no success!
I am using PHP FCK Editor.
My files are arranged as follows;
admin_area/fckeditor
admin_area/upload_news.php (this is the file with the editor in)
My base path is correct...
Note also that the PHP samples that come with the editor do not load on the live server either, but do work on the local testing server.
Tim
I have been using FCK Editor 2.6.4 on my local web server (for testing the website I am working on), however when I transfer the files to a live web server, the editor does not load properly; its appears in white, with the labels for the toolbar showing in black font.
I have tried changing permissions on files, and have checked the base path is correct, but with no success!
I am using PHP FCK Editor.
My files are arranged as follows;
admin_area/fckeditor
admin_area/upload_news.php (this is the file with the editor in)
My base path is correct...
<?php include_once("fckeditor/fckeditor.php"); $oFCKeditor = new FCKeditor('article') ; $oFCKeditor->BasePath = 'fckeditor/' ; //live server configuration - def correct $oFCKeditor->ToolbarSet = 'Default'; $oFCKeditor->Create() ; ?>
Note also that the PHP samples that come with the editor do not load on the live server either, but do work on the local testing server.
Tim
Re: Editor not loading on live server
Re: Editor not loading on live server
Tim
Re: Editor not loading on live server