Hello,
I konow this an old prpblem but for me the gallery does not work. When I click on the gallery button there is pop up window but the message You don't have permission to access /components/com_estateagent/includes/gallery/admin.gallery.html.php on this.
Refister Globals are off. Php4-gd is installed and working. Anybody an idea? I really need help. Thnx.
I use Misterestate 1.1.0.
What I have tried so far:
1) RG Emulation 1 -> No access
2) Commented out in authEA.php
| Code: |
// 1st security check: check referer host of this script
// if your server doesn´t provide -> $_SERVER['HTTP_REFERER']
// please uncomment the following 5 lines.
// There´s a 2nd security check below.
//$referer = parse_url($_SERVER['HTTP_REFERER']);
//$site = parse_url($mosConfig_live_site);
//if( $action != "preview" && $action != "showMTG" && ($referer['host'] != $site['host']) ){
//die( "<center>Sorry, no access to this source. Please log in!</center>" );
//}
|