Wedge

Public area => Bug reports => The Pub => Archived fixes => Topic started by: Dim on November 4th, 2012, 01:22 AM

Title: Install Errors
Post by: Dim on November 4th, 2012, 01:22 AM
php 5.3.18
mysql 5.1.65
apache 3.14.14
GD Version 2.0.34
============

Getting as far as creating admin account, and getting hit with

Fatal error: Call to undefined function utf8_strtolower() in /home/vrforum/public_html/wedge/Sources/Class-String.php on line 159

cant find a way around it at all. Username alphabetical, password, alphabetical, database password, numeric

Title: Re: Install Errors
Post by: Arantor on November 4th, 2012, 01:27 AM
mbstring library installed?
Title: Re: Install Errors
Post by: Dim on November 4th, 2012, 04:34 PM
Quote from Arantor on November 4th, 2012, 01:27 AM
mbstring library installed?
im a spanner. just rebuilding apache now
Title: Re: Install Errors
Post by: Arantor on November 4th, 2012, 04:36 PM
That wasn't a 'you need mbstring', that was a 'do you have it?' because the code goes through different paths depending on whether you have it or not. In theory it's supposed to load a compatibility layer if it is not installed... (but I wanted to check whether it's not detecting it properly, or it's not loading the layer properly)
Title: Re: Install Errors
Post by: Dim on November 4th, 2012, 04:43 PM
Quote from Arantor on November 4th, 2012, 04:36 PM
That wasn't a 'you need mbstring', that was a 'do you have it?' because the code goes through different paths depending on whether you have it or not. In theory it's supposed to load a compatibility layer if it is not installed... (but I wanted to check whether it's not detecting it properly, or it's not loading the layer properly)
No, mbstring wasnt enabled or installed, so on that basis it wasnt detecting that..

Just recompiling apache now with it. Had already starting compiling when you mentioned it.

was fine with that module installed. Interestingly though, it had succesfully created my admin user despite the error message.
Title: Re: Install Errors
Post by: Arantor on November 4th, 2012, 04:58 PM
Why are you recompiling Apache when it's a PHP module?
Title: Re: Install Errors
Post by: Dim on November 4th, 2012, 05:01 PM
Quote from Arantor on November 4th, 2012, 04:58 PM
Why are you recompiling Apache when it's a PHP module?
oh i just used easyapache to add the module as i had a couple of extra things i had to add for something else anyway.
Title: Re: Install Errors
Post by: Arantor on November 5th, 2012, 01:27 AM
Ah, I know why this is. I'll fix it in the installer going forward.
Posted: November 5th, 2012, 01:16 AM

It is interesting to note how many people have mbstring installed ;)
Posted: November 5th, 2012, 01:20 AM

Fixed in r1768.