Opened 16 years ago

Last modified 16 years ago

#72 new defect

consearch.php: example does not work in browser — at Initial Version

Reported by: VincentMcIntyre Owned by: MatthewWhiting
Priority: blocker Component: web archive
Version: Keywords:
Cc:

Description

Following this link http://pulsararchive-int.atnf.csiro.au/conesearch.php?RA=0.&DEC=-49.&SR=1 (given on the Webquery? page) generates this error:

XML Parsing Error: not well-formed
Location: http://pulsararchive-int.atnf.csiro.au/conesearch.php?RA=0.&DEC=-49.&SR=1
Line Number 27, Column 56:                                 ) - 0.25*(bmaj+bmin)) < (1/60.)) )  AND ( MJD <= 54510 OR  1=0  )  ORDER BY file_id desc LIMIT 500 : Unknown column 'file_id' in 'order clause'(MysqlDB::DoQuery)"/>
-------------------------------------------------------^

The caret (^) points to the < sign before the 1/60..

The same query does work with 'wget'.

We need to make a set of test queries and ensure they all run correctly, fixing conesearch.php as we find each failure.

Change History (0)

Note: See TracTickets for help on using tickets.