Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/10/2008, 09:19
elgupa
Invitado
 
Mensajes: n/a
Puntos:
Pregunta Problema en el servidor con fckeditor

Muy buenas,

tengo un problemilla con fckeditor. Resulta que cuando trabajo en localhost, funciona sin problemas. Sin embargo, al subirlo al servidor, no aparece el area de texto del fckeditor y el firebug aparecen los siguientes errores:
  1. syntax error [Break on this error] CKStyleCommand();break;ca fckedito..._gecko.js (línea 84)
  2. FCKConfig is not defined [Break on this error] FCKConfig.CustomConfigurationsPath = '' ; fckconfig.js (línea 27)
  3. FCKBrowserInfo is not defined [Break on this error] if ( FCKBrowserInfo.IsAIR ) fckedito...bar=Basic (línea 125)
  4. FCKConfig_LoadPageConfig is not defined [Break on this error] FCKConfig_LoadPageConfig() ; fckedito...bar=Basic (línea 164)
  5. FCKTools is not defined [Break on this error] var FCK_InternalCSS = FCKTools.FixCssU...und-image:url(images/block_h6.png)}' ) ; fckedito...bar=Basic (línea 176)
  6. FCK_ContextMenu_Init is not defined [Break on this error] FCK_ContextMenu_Init() ; fckedito...bar=Basic (línea 195)
  7. FCKLang is not defined [Break on this error] window.document.dir = FCKLang.Dir ; fckedito...bar=Basic (línea 203)


¿Alguna idea?