Buen Dia,
 
El siguiente es para solicitar ayuda referente a un error que se esta presentando en la herramienta que utilizo en mi sitio web para almacenar noticias es basado en cutephp.
 
No me esta mostrando en el formulario de inserccion la barra de formato y edicion ademas de que me deshabilita el campo que se encuentra luego de eso.
 
La consola de errores me dice que encuentra un llave de mas en la linea 25 de un archivo.js
 
Esa linea es la siguiente:
 
-----------------------------------------
 
FCK.Description="FCKeditor for Gecko Browsers";FCK.InitializeBehaviors=function(){if (FCKConfig.ShowBorders){var oStyle=FCKTools.AppendStyleSheet(this.EditorDocume  nt,FCKConfig.FullBasePath+'css/fck_showtableborders_gecko.css');oStyle.setAttribu  te('_fcktemp','true');};var oOnContextMenu=function(e){e.preventDefault();FCK.  ShowContextMenu(e.clientX,e.clientY);};this.Editor  Document.addEventListener('contextmenu',oOnContext  Menu,true);var oOnKeyDown=function(e){if (e.ctrlKey&&!e.shiftKey&&!e.altKey){if (e.which==86||e.which==118){if (FCK.Status!=FCK_STATUS_COMPLETE||!FCK.Events.Fire  Event("OnPaste")){e.preventDefault();e.stopPropaga  tion();};};};};this.EditorDocument.addEventListene  r('keypress',oOnKeyDown,true);this.ExecOnSelection  Change=function(){FCK.Events.FireEvent("OnSelectio  nChange");};this.ExecOnSelectionChangeTimer=functi  on(){if (FCK.LastOnChangeTimer) window.clearTimeout(FCK.LastOnChangeTimer);FCK.Las  tOnChangeTimer=window.setTimeout(FCK.ExecOnSelecti  onChange,100);};this.EditorDocument.addEventListen  er('mouseup',this.ExecOnSelectionChange,false);thi  s.EditorDocument.addEventListener('keyup',this.Exe  cOnSelectionChangeTimer,false);this._DblClickListe  ner=function(e){FCK.OnDoubleClick(e.target);e.stop  Propagation();};this.EditorDocument.addEventListen  er('dblclick',this._DblClickListener,true);this._O  nLoad=function(){if (this._FCK_HTML){this.document.body.innerHTML=this  ._FCK_HTML;this._FCK_HTML=null;};};this.EditorWind  ow.addEventListener('load',this._OnLoad,true);};FC  K.MakeEditable=function(){if (this.EditorWindow.document.designMode=='on') return;this.EditorWindow.document.designMode='on';  this.EditorWindow.document.execCommand('useCSS',fa  lse,!FCKConfig.GeckoUseSPAN);};FCK.Focus=function(  ){try{FCK.EditorWindow.focus();}catch(e) {};};FCK.SetHTML=function(html,forceWYSIWYG){if (forceWYSIWYG||FCK.EditMode==FCK_EDITMODE_WYSIWYG)  {if (FCKConfig.FullPage&&FCKRegexLib.BodyContents.test  (html)){if (FCK.TempBaseTag.length>0&&!FCKRegexLib.HasBaseTag  .test(html)) html=html.replace(FCKRegexLib.HeadCloser,FCK.TempB  aseTag+'</head>');html=html.replace(FCKRegexLib.HeadCloser,'  <link href="'+FCKConfig.BasePath+'css/fck_internal.css'+'" rel="stylesheet" type="text/css" _fcktemp="true" /></head>');var oMatch=html.match(FCKRegexLib.BodyContents);var sOpener=oMatch[1];var sContents=oMatch[2];var sCloser=oMatch[3];var sHtml=sOpener+' '+sCloser;if (!this._Initialized){FCK.EditorDocument.designMode  ="on";FCK.EditorDocument.execCommand("useCSS",fals  e,!FCKConfig.GeckoUseSPAN);this._Initialized=true;  };this.EditorDocument.open();this.EditorDocument.w  rite(sHtml);this.EditorDocument.close();if (this.EditorDocument.body) this.EditorDocument.body.innerHTML=sContents;else this.EditorWindow._FCK_HTML=sContents;this.Initial  izeBehaviors();}else{if (!this._Initialized){this.EditorDocument.dir=FCKCo  nfig.ContentLangDirection;var sHtml='<title></title>'+'<link href="'+FCKConfig.EditorAreaCSS+'" rel="stylesheet" type="text/css" />'+'<link href="'+FCKConfig.BasePath+'css/fck_internal.css'+'" rel="stylesheet" type="text/css" _fcktemp="true" />';sHtml+=FCK.TempBaseTag;this.EditorDocument.getE  lementsByTagName("HEAD")[0].innerHTML=sHtml;this.InitializeBehaviors();this._  Initialized=true;};if (html.length==0) FCK.EditorDocument.body.innerHTML='<br _moz_editor_bogus_node="TRUE">';else if (FCKRegexLib.EmptyParagraph.test(html)) FCK.EditorDocument.body.innerHTML=html.replace(FCK  RegexLib.TagBody,'><br _moz_editor_bogus_node="TRUE"><');else FCK.EditorDocument.body.innerHTML=html;FCK.EditorD  ocument.execCommand('useCSS',false,!FCKConfig.Geck  oUseSPAN);};FCK.OnAfterSetHTML();}else document.getElementById('eSourceField').value=html  ;}
 
-----------------------------------------------
 
Mi servidor tiene php5 por si necesitan saber de este dato.
 
Por favor me podrian ayudar pues no se mucho de javascript como para dar con la falla.
 
Gracias de antemano. 
  
 
