PHP error on registration page after upgrade to Beta 5

projectego

Active member
Hi folks,

I performed a quick search but it looks as though I'm the only one with this problem, presently. After performing an upgrade from Beta 4 to Beta 5 on each of my three XenForo installations, users are now met with a nasty PHP error message when attempting to register. The error reads:

Code:
Fatal error: Call to undefined function iconv_get_encoding() in /home/*snip*/public_html/forums/library/Zend/Validate/Hostname.php on line 520

As mentioned before: This is affecting each of my three XF-powered forums and I was only made aware of it today when someone actually notified me.

If someone were able to provide any insight into the problem and, preferably, fix it then I'd be forever grateful. Thank you for your time.

Cheers,
Steve
 
Indeed Iconv is a required extension - the requirements script should error, though oddly I think the upgrade should've error'd too.
 
Your Hostname.php on line 520
Should look something like this:
Code:
(end($domainParts) == '公司') || (end($domainParts) == '网络')) {
make sure your Validate directory chmod is 775.
Let us know.
 
Top Bottom