Is there anyway to have the Component ignore any commands given in the URL?
For instance: {url}?format=html&orderby=convert%28varch%20ar,0x7b5d%29&Itemid=161&task=&search=search...&limit=0&ordering=&view=cata%20log&reset=false&option=com_joodb%29
or {url}?orderby=whatever
Both of those and more will show the Table name within the error. Is it possible to maybe just have the error say there was an error and not show the table name?
?format Give this warning:
Warning
Error : Unknown column 'a.convertvarchar0x7b5d' in 'order clause' SQL=SELECT a.* FROM `{tablename}` AS a GROUP BY a.`id` ORDER BY a.`convertvarchar0x7b5d` ASC LIMIT 0, 9742
Orderby gives this Warning:
Warning
Error : Unknown column 'a.whatever' in 'order clause' SQL=SELECT a.* FROM `{tablename}` AS a GROUP BY a.`id` ORDER BY a.`whatever` ASC LIMIT 0, 50