PDA

View Full Version : Undefined index and variable errors


bjwentz
06-12-2007, 07:44 AM
After using Easy PHP Calendar successfully for years, I suddenly am getting Undefined index and variable errors. Has anyone experienced this?

Thank you.

Brian
06-12-2007, 09:13 AM
What version are you using?

Can you provide a link and/or the exact errors?

bjwentz
06-12-2007, 09:18 AM
Here is a link to a sample of the error. We are using 5.7

http://www.bbcpa.org/events2.php

Brian
06-12-2007, 09:26 AM
Your host has changed the configuration of PHP.

Add the following line of code at the top of the showCalendar.php file after <?php

error_reporting(E_ALL ^ E_NOTICE);

bjwentz
06-12-2007, 09:52 AM
Thank you, you were correct. That did the trick!