Welcome Guest, Not a member yet? Register   Sign In
mb_url_title() generates an error
#2

(This post was last modified: 09-04-2020, 08:20 AM by InsiteFX.)

Sounds like the mb extensions are remarked out in your php.ini file.

Also did you load the url_helper?

It works here I just tried it.

Check your php.ini file and remove the ; semi-colon from

;extension=mbstring

should be
extension=mbstring
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
mb_url_title() generates an error - by kilden - 09-04-2020, 06:17 AM
RE: mb_url_title() generates an error - by InsiteFX - 09-04-2020, 08:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB