Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FOSuserBundle and php 5.5

Ive searched the PHPuserBundle documentation and cannot find any reference to php version support issues.

Ive just upgraded my php version to 5.6 (using XAMPP) and I get the following error when sending to login_check.

Attempted to call function "mb_convert_case" from namespace "FOS\UserBundle\Util

Is it best to stick with 5.4 for now? I tried 5.5 and got the same error. My only reason for wanting to upgrade was to stay up to date, so its not life or death but Im curious.

thanks.

like image 632
DevDonkey Avatar asked Apr 16 '26 18:04

DevDonkey


1 Answers

Try to uncomment/add this line in your php.ini:

extension=php_mbstring.dll

like image 106
Mikhail Prosalov Avatar answered Apr 18 '26 09:04

Mikhail Prosalov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!