1
Hi, I use XOOPS 2.2 with xLanguage.
When I change the Modulename for example like [de]name_de[/de][en]name_en[/en] an submit, the is an "page not found exer -> server lost connection.
Now I tried to debug this but it doesnt work. The only thing I found out is that the error occurs in api.php file of the XLanguage Module.
if($xlanguage["action"]){
......
ob_start("xlanguage_encoding");
}else{
echo "see";
ob_start("xlanguage_ml");
echo "see2";
}
now see is displayed, and then the error occurs, so see2 isnt displayed. If I write ob_start() -> without a callback in brackets, the [de][/de][en][/en] are still visible, but there is no error. I think the problem is with ob_start("xlanguage_ml")
Another Problem is if I write multilanguage text in an own block...e.g a text with 400 signs...the same error occurs...
Is this a Problem with the outputbuffer?
I would be very pleased if anybody could help me!
Best Regards