Cheers for that. I'll look into it over the next 48hrs and post what happens.
Cheers for that. I'll look into it over the next 48hrs and post what happens.
I encountered a similar problem with the site I'm working on. The advanced search was outputting a php error only when no results were produced from a search. Using the debug logs I tracked it down to an extra functions file I had created for a section of my site. The error was being produced by just a few blank lines after the php closing tag (?>). I must have hit enter a few to many times
Just thought I'd throw this out there in case someone runs into a similar situation.