When searching for an event, I get this error, in "nasty mode" (the error being the only thing on the page, not something which is registered and processed by drupal). If I search for an event using conditions which shouldn't generate any matches, there's no error. If I search so that there's at least one match, I get this error.
Line 351 in node.module is $cachable = (count($conditions) == 1 && isset($conditions['nid']) && $revision == NULL);
If I comment it, the EventFinder search works without any problems apparently, but I am submitting this issue because I don't want to disable part of Drupal's functionality to make it work.
Tested under PHP 5.0.3 and 5.0.4.
Thank you.

Comments

Anonymous’s picture

Hory -

Sorry to have lost you the other day.

I'm just guessing here, but something tells me this error has to do with EventFinder running on PHP5. I am standardized on PHP4 myself, but I will try to set up a test environment this week to figure out what the problem is.

M

Anonymous’s picture

Assigned: Unassigned »
Priority: Critical » Normal

About to put up a revised version of EventFinder that handles for this problem.

M

Anonymous’s picture

Status: Active » Closed (fixed)