Impossible d'afficher FCKeditor
MarreDeMare...
-
jean.miche Messages postés 90 Date d'inscription Statut Membre Dernière intervention -
jean.miche Messages postés 90 Date d'inscription Statut Membre Dernière intervention -
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:
Il n'y a aucun message d'erreur, le fichier "fckeditor.php" existe
Voila
Merci à tous
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
A voir également:
- Impossible d'afficher FCKeditor
- Afficher appdata - Guide
- Afficher taille dossier windows - Guide
- Windows 11 afficher d'autres options - Guide
- Afficher mot de passe wifi android - Guide
- Afficher calendrier outlook dans google agenda - Guide