Wrong path after installation

Last post 10-23-2009, 8:32 AM by lpgr. 1 replies.
Sort Posts: Previous Next
  •  10-23-2009, 7:52 AM 56629

    Wrong path after installation

    Hello,
     
    i loaded up the CuteEditor, then I changed, that all *.php files get parsed with PHP5, but I don't know what to do next.
    I get only following error page:
     
    I guess it is because cuteEditor tries to use the wrong path variables. If i click right and take a look to the properties of the 404 error, the document seems to be in a not existing location:
     
     
    I think thats wrong an should be something like this:
     
     
    How can I fix this problem?
     
    Thanks in advance
    lpgr
     
  •  10-23-2009, 8:32 AM 56635 in reply to 56629

    Re: Wrong path after installation

    I fixed the problem myself.
     
    I added the fat printed line to my source code:
     
    <?php
             $editor=new CuteEditor();
             $editor->ID="Editor1";
             $editor->Text="Type here";
             $editor->FilesPath="Some_Directory";
             $editor->AutoParseClasses=true;
             $editor->Draw();
             $editor=null; 

             //use $_POST["Editor1"]to catch the data
    ?>
View as RSS news feed in XML