I have uploaded a site with the webcal module with webcalendar. The calendar was working on my machine before I uploaded the site. In the new site when I click on the calendar link I get the error message the "You must reconfigure your php.ini file to have magic_quotes_gpc set to ON" error. However, I have an .htaccess file in the directory to turn magic quotes on, and according to a test script:

<?

if (get_magic_quotes_gpc())

{ echo "They're on!"; } else

{ echo "They're off!"; }

?>

They are on.

So why does webcalendar insist that they're off and refuse to run?

Thanks,
Scott

Comments

scottwagner’s picture

I just looked at the site from a windows machine and realized that this is somehow a linux/firefox issue. The calendar works fine in IE and Firefox on windows. It won't run on my linux machine with firefox.

jaredwiltshire’s picture

Status: Active » Closed (fixed)

Sounds like a problem with WebCalendar not this module/integration.

Try WebCalendar 1.1.2 if you aren't using it already.