Impossible d'afficher FCKeditor

Fermé
MarreDeMare... - 18 nov. 2009 à 17:38
jean.miche Messages postés 90 Date d'inscription samedi 22 août 2009 Statut Membre Dernière intervention 30 mai 2014 - 18 nov. 2009 à 17:45
Bonjour,

J'ai installé FCKeditor sur un site l'autre jour, parfait, tout marche bien.
Aujourd'hui un collègue m'a appelé pour me dire qu'il n'arrivait plus à afficher FCKeditor, et pourtant l'espace consacré à cette éditeur a été créé sur la page.

comment puis-je faire pour un retour à la normal?

Voici le script pour installer FCK:

<?php
		include("fckeditor.php") ;
		$oFCKeditor->BasePath = '/fckeditor/' ;	// '/fckeditor/' is the default value.
		$sBasePath = $_SERVER['PHP_SELF'] ;
		$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
		$oFCKeditor = new FCKeditor('FCKeditor1') ;
		$oFCKeditor->Config['SkinPath'] = 'skins/silver/' ;
		$oFCKeditor->ToolbarSet = 'Forum';
		$oFCKeditor->BasePath = $sBasePath ;
		$oFCKeditor->InstanceName    = 'contenu_sujet'; 
		$oFCKeditor->Width  = '500' ;
		$oFCKeditor->Height = '300' ;
		$oFCKeditor->Value = "Bonjour," ;
		$oFCKeditor->Create() ;
?>



Il n'y a aucun message d'erreur, le fichier "fckeditor.php" existe

Voila

Merci à tous

2 réponses

avion-f16 Messages postés 19125 Date d'inscription dimanche 17 février 2008 Statut Contributeur Dernière intervention 23 mars 2023 4 468
18 nov. 2009 à 17:41
Essaye avec CKEditor, c'est le nouveau "FCKEditor".
0
jean.miche Messages postés 90 Date d'inscription samedi 22 août 2009 Statut Membre Dernière intervention 30 mai 2014 1
18 nov. 2009 à 17:45
Il te dit quoi le message d'erreur ? Je ne comprends pas ton problème.
0