OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
some links from group map 404 with Falang (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Some links from group map 404 with Falang

sovjet (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
some links from group map 404 with Falang 11 Years, 3 Months ago
Karma: 0  
I found a strange bug
some links from the group category listing map end up in error 404
I am in
/en/category/for-rent/
and click on a link on the map
the following link gets generated:
/en/category/index.php?option=com_realestatemanager&task=view&id=3&catid=46&Itemid=129
with error 404
some house objects with different id work though

If I manually change the link to
/en/category/for-rent/index.php?option=com_realestatemanager&task=view&id=3&catid=46&Itemid=129
or
/index.php?option=com_realestatemanager&task=view&id=3&catid=46&Itemid=129
it works though


I also found a workaround I wanted to share:
I changed
/joomla/components/com_realestatemanager/realestatemanager.html.php
from
Code:

window.open("index.php?option=com_realestatemanager&task=view&id=<?php echo $rows[$i]->id; ?>&catid=<?php echo $rows[$i]->idcat ?>&Itemid=<?php echo $Itemid;?>");

to
Code:

window.open("/index.php?option=com_realestatemanager&task=view&id=<?php echo $rows[$i]->id; ?>&catid=<?php echo $rows[$i]->idcat ?>&Itemid=<?php echo $Itemid;?>","_self");


it fixed the problem
the ,"_self" opens the link in same window, if you like to open it in new window, just let it out.

hope its helpful for someone or a proper fixed can be found in future versions.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:some links from group map 404 with Falang 11 Years, 3 Months ago
Karma: 101  
Hello,

True say urls like:
/en/category/index.php?option=com_realestatemanager&task=view&id=3&catid=46&Itemid=129

/en/category/for-rent/index.php?option=com_realestatemanager&task=view&id=3&catid=46&Itemid=129

show some errors with SEF url configure.

Please check ours plugin for Sh404sef and please check yours htaccess file

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»