1
I get the following error when I turn Debug on.
select * from xoops_tb_tabs order by parent_id , tb_ord Desc
select * from xoops_tb_tabs where parent_id=1 order by tb_ord DESC
select parent_id from xoops_tb_tabs where id=1 order by tb_ord DESC
select * from xoops_tb_tabs where parent_id=0 order by tb_ord DESC
select parent_id from xoops_tb_tabs where id=0 order by tb_ord DESC
select * from xoops_tb_tabs where parent_id= order by tb_ord DESC
Error number: 1064
Error message: 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 'order by tb_ord DESC' at line 1
Has anyone had this problem and sorted it out, or does anyone understand that error and know how I can fix it???
Speed.. Have you come accross this in your TAB theme??