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

218 user(s) are online (133 user(s) are browsing Support Forums)


Members: 0


Guests: 218


more...

Donat-O-Meter

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

Latest GitHub Commits