Closed (fixed)
Project:
EventFinder
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Created:
7 Aug 2005 at 15:24 UTC
Updated:
29 Nov 2005 at 08:55 UTC
Jump to comment: Most recent
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
Comment #1
Anonymous (not verified) commentedHory -
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
Comment #2
Anonymous (not verified) commentedAbout to put up a revised version of EventFinder that handles for this problem.
M
Comment #3
Anonymous (not verified) commented