I got a little (I hope) problem with JoomSEF.
I'm using the Joomla 1.0.13, I installed JoomSEF and I got Joomfish 1.8.0 installed.
Everything works smooth but I did just create a new menu with a wrapper to a iframe.
When I go to the new wrapper page it gives me the following error
-----------------------------------------------------------------------------------
DB function failed with error number 1064
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 'AND jf_content.published=1 AND jf_content.reference_id IN(49) AND jf_conte' at line 4 SQL=SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value FROM jos_jf_content AS jf_content WHERE jf_content.language_id= AND jf_content.published=1 AND jf_content.reference_id IN(49) AND jf_content.reference_table='menu'
-----------------------------------------------------------------------------------
where it usually loads the joomfish module to select the language. I tried to block JoomSEF and the page works without problem so I think it is a mistake coming from the 3 things together.
Anyone had the same issue and found out how to solve it?