Opened 16 years ago

Last modified 16 years ago

#72 new defect

conesearch.php: example does not work in browser

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

Description (last modified by VincentMcIntyre)

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.

Attachments (1)

output_file (1.6 KB) - added by VincentMcIntyre 16 years ago.
output of example query using 'wget'.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 16 years ago by VincentMcIntyre

Description: modified (diff)

Changed 16 years ago by VincentMcIntyre

Attachment: output_file added

output of example query using 'wget'.

comment:2 Changed 16 years ago by VincentMcIntyre

I found that the wget example does not work correctly either; see the attached output_file.

comment:3 Changed 16 years ago by VincentMcIntyre

Summary: consearch.php: example does not work in browserconesearch.php: example does not work in browser
Note: See TracTickets for help on using tickets.