bluescorpion
New Member
Just looked at your site again and its only the index page that the error occurs when its trying do a lookup on birthdays. The time zone has to do with a few lines above the error where it checks to see what day it is, that is the timezone problem. The bug has been around for a long time and not fixed because it is a random set of conditions that include daylight savings time so most of the time is just doesn't show up.
FYI, you might want to check on "destination" ;-)
You should add the "Default" block I sent you to try to fix that index problem. I have see case statements "drop through" which is what might be happening and why you are getting that error. The Default block prevents it from dropping through to line 147
FYI, you might want to check on "destination" ;-)
You should add the "Default" block I sent you to try to fix that index problem. I have see case statements "drop through" which is what might be happening and why you are getting that error. The Default block prevents it from dropping through to line 147