Multibyte support

Status
Not open for further replies.

bwinkler

New Member
Messages
23
Reaction score
0
Points
0
Hi

I'm having trouble with a function and receive the following error message. Fatal error</b>: Call to undefined function mb_internal_encoding() in <b>/home/bwinkler/public_html/dolphin/inc/header.inc.php.
I have been told that I need to have multibyte support activated. But checking my account I am already using the intermediate php configuration. Shouldn't that be sufficient for mb support?

Does anyone have any suggestions?

Thanks,
Bernhard
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Can you provide me a link to the page it's giving you the error?
 

bwinkler

New Member
Messages
23
Reaction score
0
Points
0
It is a cron job that is running. It used to work up until a view weeks ago. Now all I'm receiving is the following email with the subject:

Cron <bwinkler@stoli> /usr/local/bin/php -q /home/bwinkler/public_html/dolphin/periodic/cmd.php

And message:
<br />
<b>Fatal error</b>: Call to undefined function mb_internal_encoding() in <b>/home/bwinkler/public_html/dolphin/inc/header.inc.php</b> on line <b>158</b><br />

Any suggestions would be appreciated.
Thank you for your help
Bernhard
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Try using 'php-cron'.
 
Status
Not open for further replies.
Top