I have some repeat visitors to my site that get there using a bookmark or shortcut and going directly to a php form I have. I occassionally develop new features and searches on this form and it seems that when these people come back to visit my page using the shortcut, they are leaving errors in my log regarding undefined variables. I got a php Fatal error call to undefined function after I added a new function to a page recently. Worked great for people visiting the main page and then clicking to get to the form, but for the shortcuts?
Is it possible that these users are getting the old page when they come back? What else would be causing these kind of errors?
Let me know if I can supply more information?
Thanks in advance!