I had tried this solution found on another forum
Hi!: here is one solution found on the Artio.net forum:
-open the file : components/com_joomfish/includes/joomfish.class.php
and edit this line (line 364) :
WHERE jf_content.language_id=".$languages[$language]->id
-change the line as follows :
WHERE jf_content.language_id=".( $languages[$language]->id!=0 ? $languages[$language]->id : 2)
It should work. (At least it worked on my website with JF 1.8.2 and Joomsef 2.2.1
but i have this error message:
Error: headers already sent in joomfish.class.php on line 1155.
Stopped at line 887 in joomsef.php: HEADERS ALREADY SENT (200)
URL=
www.kyomi.froption=com_frontpage&Itemid=1:
OPTION=com_frontpage:
PPLEASEEEE, it is really urgent, i don't know what to do.
Thanks you so much for help.