ok, I probably won't be able to help much, but have you checked all the usual suspects:
Reset permissions on your site - sometimes a host might mess up the permissions whilst doing something else, which in turn can mess up upgrades and such.
In your web.config, ensure all this is correct:
<htmlEditor defaultProvider="FckHtmlEditorProvider">
<providers>
<clear />
<add name="FckHtmlEditorProvider" type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider" providerPath="~/Providers/HtmlEditorProviders/Fck/" CustomConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfig.js" .............. up to............ CustomOptionsDialog="host" />
</providers>
Also, copy the FCK folder from the install.zip over to the /Providers/HtmlEditorProviders folder on your site in case something is corrupted.
If that doesn't fix it, try posting in the FCK Project forum for further help there.
Rob