Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Upgrade from 2.4.3 to 3.03 - Fatal error: Call to undefined function mb_http_output()


Go to End


3 Posts   3110 Views

Avatar
albere

Community Member, 6 Posts

20 December 2012 at 8:09am

Edited: 20/12/2012 8:26am

I followed the instructions on upgrading but am running into the "Fatal error: Call to undefined function mb_http_output() " error I see a few people have reported. I run the site on a cPanel account which I have full WHM root access to check the PHP config. The problem with the php extension mbstring not being enabled does not seem to be the problem for me. Does anyone have experience of WHM/cPanel upgrades? Or any recommendations on an alternative way to upgrade an existing site?

I've checked the two new directories framework and cms have correctly set up permissions. All 0755

Avatar
Sean

Forum Moderator, 922 Posts

20 December 2012 at 6:22pm

If you make a PHP script and add phpinfo(); into it, does mbstring show up as a loaded extension in the output?

Avatar
albere

Community Member, 6 Posts

21 December 2012 at 2:13am

Thanks. Did that and although Apache showed the mbstring, php.ini did not. I rebuilt apache making sure it was enabled (using EasyApache in WHM/cPanel just in case that's useful for someone) and it's working fine now.