elpitus Posted August 30, 2011 Posted August 30, 2011 Hi All, I recently transfer my website from one host to another. Everything went good but one thing. When I go into the admin and try to edit a product the description section instead of showing the FCK editor shows the directory listing of the folder FCKeditor. I dont know why this is happening maybe is an issue with folder permission? Attached is an image of the "error". Thanks Quote
Peper Posted August 30, 2011 Posted August 30, 2011 Yesterday I upgraded to newest ver of Ckeditor as FCK is bit outdated I found I had to change a few thing to get this going again The same would be for Fckeditor to check path is still correct, else upload complete new one In admin/includes/application_top.php make sure the path is correct: // include fckeditor require("fckeditor/fckeditor.php"); in admin/includes/functions/html_output.php: require("fckeditor/fckeditor.php"); and $oFCKeditor -> BasePath = 'fckeditor/'; and if you are using Headertags SEO - in admin-configure-Headertags SEO = make sure Fckeditor is selected Quote Getting the Phoenix off the ground
elpitus Posted August 30, 2011 Author Posted August 30, 2011 Hi, Thanks for teh reply. I actually solve the problem. What happened is that my new host doesnt recognize links when they start with /, so my link was for example "/FCKeditor/editor/" so it didnt work. So what i did is that on the configure.php on the line define('DIR_WS_CATALOG', '/'); I deleted the / inside the quotes. So it end up looking like define('DIR_WS_CATALOG', ''); This solved my problem. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.