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
include("FCKeditor/fckeditor.php");
pas d'erreur file not found mais pas avec
include("../../FCKeditor/fckeditor.php");
C'est donc un lien depuis mon index.php, ou je n'ai pas compris?

2e problème.
Dans page.php si je met, pour lancer le FCK
$oFCKeditor = new FCKeditor('FCKeditor1');
$oFCKeditor->BasePath = '/FCKeditor/';
$oFCKeditor->Value = 'Default text in editor';
$oFCKeditor->Create();
J'ai un beau :
Not Found
The requested URL /FCKeditor/editor/fckeditor.html was not found on this server.
Que mettre alors?