Hello all,
I am having a bit of a problem. I am using the event module to list various events that all belong to the same category and term. While all events list fine, an incorrect url (i.e.: renamed URL) returns the following error message:
warning: gmmktime() expects parameter 6 to be long, string given in server-path/sites/all/modules/event/event.module on line 273.From what I understand the gmmktime() requires its parameters in a specific manner and the url that linked to this result is not formatted correctly. Is it possible to check if the string generated by the link actually refers to an active node before displaying it, and if not, that it returns to the default calendar (not the one showing January 1970)?
What I am trying to avoid is that an old link to a deleted event on my web site results in a cryptic error message to a visitor. Any ideas how I could fix that?
I'd appreciate any help.