Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

post-296435-0-37662000-1314663727_thumb.jpg

Posted

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

Getting the Phoenix off the ground

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...