Joomla 1.7 Error to add media

Last post 11-24-2011, 7:23 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  11-23-2011, 10:11 AM 71598

    Joomla 1.7 Error to add media

    Hello,
    The problem is simple:
    - I have installed the editor in joomla, everything works perfectly but when i wnat to use  a button of the add media bar like add image, a new window pop and say:
     
    The area you are attempting to access is forbidden 
     
    I think it must be the path of the folder or something like that.
     Cause this is only the 5 path of the 5 buttons that do not work.
     
    My website is like this www.xxx.com/test/index.php.
     
    Any idea? 
  •  11-24-2011, 7:23 AM 71613 in reply to 71598

    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 as RSS news feed in XML