Re: Joomla 1.7 Error to add media

  •  11-24-2011, 7:23 AM

    Re: Joomla 1.7 Error to add media

    Hi MojoMateo,
     
    Please try the way below, it should shows you the actual path error now.
     
    1.    Open file “\cuteeditor_files\Dialogs\Include_Security.php”

    2.    Find section below and delete/comment it

        if ($CESecurity=="")
        {
            print "The area you are attempting to access is forbidden";
            exit();
        }    
      if ($CESecurity!=$_SESSION['CESecurity'])
        {
            print "The area you are attempting to access is forbidden";
            exit();
        }
     
    You can change the store folder path at the editor plug-in manage pagel
     
    Regards,
     
    Ken
View Complete Thread