1
clownxx
XLanguage
  • 2007/8/31 6:47

  • clownxx

  • Just popping in

  • Posts: 43

  • Since: 2006/9/20


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

2
clownxx
Re: XLanguage
  • 2007/8/31 10:59

  • clownxx

  • Just popping in

  • Posts: 43

  • Since: 2006/9/20


The most important thing is, that is even doesnt work in a custom block...only very short Text about 300 Signs...
Soes anybody have a solution or another opportunity to create multilanguage sites??

Login

Who's Online

138 user(s) are online (71 user(s) are browsing Support Forums)


Members: 0


Guests: 138


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits