Re: CuteEditor via AJAX

  •  12-26-2008, 1:53 PM

    Re: CuteEditor via AJAX

    I've tried several different things, even set up a section of code EXACTLY like your code (just in my directory structure) and still receive a:

    Not Found

    The requested URL /core/CuteEditor_Files/template.php was not found on this server.
     
    Here's my directory structure:
     
    $home/core/CuteEditor_files
    $home/modules/<modules>
    $home/index.php
     
    index.php is a custom built page controller.
     
    index.php calls a page (the page is in the modules directory) that then calls a Modalbox...  (I have successfully used the editor inside a Modalbox before, so that is not the issue).
    The modalbox that is loaded contains 2 divs a left and a right.  The left div remains static, the right div changes.  At some point the right div should show a editor.
     
    Whenever I change my FilesPath variable... i get messages like this:  Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "../core/CuteEditor_Files/Languages/en-en.xml" in D:\wamp\www\CoachFlex\core\CuteEditor_Files\include_CuteEditor.php on line 864
    Error while parsing the Languages fileLanguages/en-en.xml
     
    So I know I've got the pathing set up correctly?
     
    Any clues as to what might be happening?
     
    Thanks,
    -David
     
View Complete Thread