1
DavidChiou
in case you have problem using xconv
  • 2007/12/27 9:40

  • DavidChiou

  • Just popping in

  • Posts: 8

  • Since: 2007/12/21


xconv is replacement for iconv. In case after you use xconv, you always get a blank page, try do this:

For xconv v1.63:

line 44 of class/xconv.php:
if(!($this->getConvFunc())) $this = false;
change it to
if(!($this->getConvFunc())) unset($this);

The old version may result in the following error for some PHP:
Fatal error: Cannot re-assign $this in /XOOPS_ROOT/modules/xconv/class/xconv.php on line 44

Login

Who's Online

306 user(s) are online (168 user(s) are browsing Support Forums)


Members: 0


Guests: 306


more...

Donat-O-Meter

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

Latest GitHub Commits