Ran a normal search: see jpg

1 night
1 adult
0 childeren
no-smoking

warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/angewil7/public_html/bookangeles.com/includes/common.inc(1685) : eval()'d code on line 92.

CommentFileSizeAuthor
sql errpr.jpg213.64 KBweblance
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

willvincent’s picture

Category: bug » support
Status: Active » Closed (won't fix)

Please limit your bug reporting to bugs that are actually due to a part of the distributed code.

None of the queries that are run during a search use the fetch_object function, they all use the fetch_array function.

You have added code, somewhere, to add images to your search listings that was not part of the core code. Look there, that is most likely the issue, probably because the code is expecting an image where one is not available to be returned or something along those lines.