All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Home page language switcher error

Status Resolved
Add-on / Version Publisher 1.7.1
Severity
EE Version 2.11

Cameron Ross

Nov 28, 2016

Hi

I set the option “Add URL prefix to the homepage?” to yes

My url was now http://dev.eufic.org/en/

But i get the following error

Fatal error: Uncaught Error: Call to undefined function Publisher\Service\mb_convert_encoding() in /var/www/html/euficdev/system/expressionengine/third_party/publisher/src/Service/Parser.php:386 Stack trace: #0 /var/www/html/euficdev/system/expressionengine/third_party/publisher/ext.publisher.php(1385): Publisher\Service\Parser->replaceFormVariables(’{!—ra:0000000…’) #1 /var/www/html/euficdev/system/expressionengine/libraries/Extensions.php(262): Publisher_ext->template_post_parse(’{!—ra:0000000…’, false, ‘1’) #2 /var/www/html/euficdev/system/expressionengine/libraries/Extensions.php(119): EE_Extensions->universal_call(‘template_post_p…’, ‘{!—ra:0000000…’, false, ‘1’) #3 /var/www/html/euficdev/system/expressionengine/libraries/Template.php(237): EE_Extensions->call(‘template_post_p…’, ‘{!—ra:0000000…’, false, ‘1’) #4 /var/www/html/euficdev/system/expressionengine/libraries/Template.php(164): EE_Template->fetch_and_parse(’‘, ‘’, false) #5 /var/www/html/euficdev/system/expressionengine/libraries/Core.php in /var/www/html/euficdev/system/expressionengine/third_party/publisher/src/Service/Parser.php on line 386


Detailed steps to reproduce the issue:
1.
2.
3.

#1

BoldMinded (Brian)

Sounds like your version of PHP does not have the multi-byte functions installed. http://stackoverflow.com/questions/8266396/mb-convert-encoding-undefined-function-while-mbstring-is-enabled

You’ll need to have those installed… contact your hosting provider or server admin.

#2

Cameron Ross

Great

Thannks for the help

Login to reply