http status code 404 - Joomap (on joomla) causes 404 error if it is menulink case -


i'm using joomla 1.5 , installed joomap create site map.

i found if item in joomap tree menulink (menu alias), cannot work deserved. cause 404 error said component cannot found when menulink clicked.

thanks

ok, solution.

all need modify component code, commenting 1 line problem solved. there no other way.

edit : /components/joomap/joomap.html.php 

and comment line of code, around line number 58, 59

$link .= '&itemid='.$node->id; 

to

//$link .= '&itemid='.$node->id; 

just comment line , work deserve.

hope solve answer. sia


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -