@wkennedy
did try it locally with Joomla 1.5.26b + PHP 5.3.13 + EL101 + Qivva (mod_eventlistcal15q_0.93) but it ain't giving errors.
Are the menu-links correct?.
something that can be done is show the query, just to see the info that is being generated when showing the ical module (by using var_dump). But that will require a modification in a php page.
object(stdClass)[84]
public 'id' => string '2' (length=1)
public 'menutype' => string 'mainmenu' (length=8)
public 'name' => string 'Events' (length=6)
public 'alias' => string 'events' (length=6)
public 'link' => string 'index.php?option=com_eventlist&view=eventlist' (length=45)
public 'type' => string 'component' (length=9)
public 'published' => string '1' (length=1)
public 'parent' => string '0' (length=1)
public 'componentid' => string '34' (length=2)
public 'sublevel' => string '0' (length=1)
public 'ordering' => string '2' (length=1)
public 'checked_out' => string '0' (length=1)
public 'checked_out_time' => string '0000-00-00 00:00:00' (length=19)
public 'pollid' => string '0' (length=1)
public 'browserNav' => string '0' (length=1)
public 'access' => string '0' (length=1)
public 'utaccess' => string '0' (length=1)
public 'params' => string 'introtext=
showintrotext=0
display_num=
cat_num=4
filter=
display=
icons=
show_print_icon=
show_email_icon=
page_title=
show_page_title=1
pageclass_sfx=
menu_image=-1
secure=0
' (length=177)
public 'lft' => string '0' (length=1)
public 'rgt' => string '0' (length=1)
public 'home' => string '0' (length=1)
public 'component' => string 'com_eventlist' (length=13)
public 'tree' =>
array (size=1)
0 => string '2' (length=1)
public 'route' => string 'events' (length=6)
public 'query' =>
array (size=2)
'option' => string 'com_eventlist' (length=13)
'view' => string 'eventlist' (length=9)
public 'ionly' => string '' (length=0)
The code above is generated over here for my installation but if you are doing it at your site the people can see it !. so the module should be temporary visible only for admins.