Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 02:01 UTC
Updated:
13 Jul 2009 at 12:30 UTC
I receive this error message when I open up the filter tab:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DESC LIMIT 0, 10' at line 8 query: SELECT biblio.vid AS biblio_vid, biblio_type AS biblio_tid, biblio.biblio_year AS biblio_biblio_year, title, nid, created FROM biblio biblio ORDER BY DESC LIMIT 0, 10 in /var/www/html/sites/all/modules/views/includes/view.inc on line 755.
Comments
Comment #1
rjerome commentedHi Sarah,
I'm not entirely clear on what you are doing (referring to). Which tab are you referring to when you say the "filter tab"? It appears that there is a missing Sort field in your view "FROM biblio biblio ORDER BY ^^^^^^ DESC LIMIT 0, 10" There should be something after ORDER BY and before DESC.
Comment #2
aren cambre commented[Deleting this message because it actually had nothing to do with Bibliography Module.]
Comment #3
aren cambre commentedThis is a views bug, BTW.
Comment #4
aren cambre commentedDisregard. Probably not a Views bug. Reverting.
Comment #5
scarer commentedhey rjerome,
it was when i tried to view the filter tab on the biblio pages - i.e.the drop-down fields for sorting that enable you to filter your search results.
Comment #6
scarer commentedi downloaded the dev version and the problem seems to be fixed :)
Comment #7
scarer commentedComment #8
rjerome commentedOK, great, I love those problems that just fix themselves :-) I honestly don't know what changed to resolve the issue, but as long as it's not an issue any more, that's all that matters.
Ron.