I really love this module! I have an issue with one thing though. when I access a SOBI2 listing via RSS feed the module gives me an error. Here is an example URL:
kaa.karaoke-america.com/index.php?option...d=2225&Itemid=53
If I view that URL directly through SOBI2 it works fine. However, if I click on that within an RSS post I get the error below:
| Kód: |
Warning: Invalid argument supplied for foreach() in /home/shess/public_html/sandbox/joomla15test/modules/mod_sobi2_nearby_places/helper.php on line 84
Warning: Invalid argument supplied for foreach() in /home/shess/public_html/sandbox/joomla15test/modules/mod_sobi2_nearby_places/helper.php on line 114
|
It seems that your module is relying on SOBI2 to actively resolve the output that you are displaying because it it only works properly if the original SOBI2 entry is *generated* at the time rather than simply going to that URL. Does that make sense? If I go to the directory index and choose that entry your module works perfectly. If I try to go DIRECTLY to the URL that would be generated, I get the error in your module.