Bonjour,
voila mon arborescence :
index.php
[FCKeditor]
[Rep1]
----[Rep2]
-------page.php
1er problème.
Dans /rep1/rep2/page.php, je veux l'éditeur, Si je met dans page.php
pas d'erreur file not found mais pas avecinclude("FCKeditor/fckeditor.php");
C'est donc un lien depuis mon index.php, ou je n'ai pas compris?include("../../FCKeditor/fckeditor.php");
2e problème.
Dans page.php si je met, pour lancer le FCK
J'ai un beau :$oFCKeditor = new FCKeditor('FCKeditor1');
$oFCKeditor->BasePath = '/FCKeditor/';
$oFCKeditor->Value = 'Default text in editor';
$oFCKeditor->Create();
Que mettre alors?Not Found
The requested URL /FCKeditor/editor/fckeditor.html was not found on this server.
Partager