Big Problem !!! - 2006/12/06 12:25I installed succesfully the component with all this mambots but when I tried to access on frontend I have nothing i've only the title of my item "Mapsite" !!! I don't understand why, i've joomla 1.0.11, Artio JoomSEF !!!
Could you help me, please ???
++
| | | The administrator has disabled public write access.
Maybe problem with publication. Go to SEF Service Map Structure and publish menus, please.
Best regards, Radek.
| | | The administrator has disabled public write access.
sherred
User Fresh Boarder Posts: 2 Karma: 0
Re:Odp:Re:Big Problem !!! - 2006/12/21 14:39I had the exact same problem. checking my server error logs i found out that open_basedir was in effect and was blocking sefservicemap.html.php thus causing a fatal error and preventing any further output. I then changed line 37 in sefservicemap.php in components/com_sefservicemap/ From:
Code:
include "sefservicemap.html.php";
To:
Code:
include "$mosConfig_absolute_path/components/com_sefservicemap/sefservicemap.html.php";
This resolved my issue and now everything is working fine.
| | | The administrator has disabled public write access.
radek
Moderator Moderator Posts: 62 Karma: 2
Re:Odp:Re:Big Problem !!! - 2007/05/23 03:44Thank You Sherred again. Added to next version (1.0.4 - under construction).
Regards, Radek.
| | | The administrator has disabled public write access.