Re: The area you are attempting to access is forbidden when launching image gallery

  •  07-19-2010, 12:12 PM

    Re: The area you are attempting to access is forbidden when launching image gallery

    This message is thrown from "cuteeditor_files/Dialogs/browse_Img_gallery.php",  you can find the following code:
     
    if(str_contains($current_Path, $ImageGalleryPath))
     {
     }
     else
     {
       print "The area you are attempting to access is forbidden";
       exit();
     }
     
    Please check what's the value of "$current_Path" and "$ImageGalleryPath". You can also send your ftp access to [email protected], we can check this issue for you.
     
    Regards,
    Eric
View Complete Thread