PDA

View Full Version : Ok, installed, but.....Need a little more help.


takeallmichael
09-26-2007, 05:23 AM
Hi there,

Ok, I have the calendar installed and most everything seems to be working fine. You can view it here: http://www.aioagents.com

I enabled pop-ups on hover over, and commented out the line I was supposed to in blocks-calendar.php. In all pages except the large calendar view it works fine. If I click the module to view the large calendar then I get errors in IE6 & IE7. It says this "Problems with this page may prevent it from being displayed properly". The pop up's on the small calendar do not work if I am on the calendar page.

http://www.aioagents.com/modules.php?name=Calendar


Any ideas? I'd like to buy this product, but surely I want to ensure it works properly on my site.

Mike

ve9gra
09-26-2007, 08:15 PM
That is because normally, you wouldn't display both calendars on the same page... So right now, the overLib is being declared twice. Open the /modules/Calendar/index.php and comment out line 31 (the one with $OL).

Also, I see that there are variables missing from the overLib declaration. You can fix that by modifying /calendar/calendar.php... at lines 46 and 74, find require_once($serverPath."config.inc.php");and replace withrequire($serverPath."config.inc.php");