jio Posted October 3, 2019 Posted October 3, 2019 Hello, my website was running correctly on the old Tommy server.After reinstalling on the new Tommy server, I am getting the following error "Fatal error: Call to undefined function Symfony\Polyfill\Mbstring\iconv_strpos()".The Mbstring/iconv extension is not installed on the server and I don't believe I have the necessary access to install these packages. Could you please install the php extensions so as to resolve the issue.Thank you.
Flaze Posted October 4, 2019 Posted October 4, 2019 Change your PHP version to 7.2 and see if it does any better.
jio Posted October 4, 2019 Author Posted October 4, 2019 the website was developed on php 5.6, if i run on higher php i get create_function() is deprecated along with other errors.
jio Posted October 4, 2019 Author Posted October 4, 2019 under php 7.0 i get the following error "Fatal error: Uncaught Error: Call to undefined function Symfony\Polyfill\Mbstring\iconv_strpos()"
jio Posted October 4, 2019 Author Posted October 4, 2019 as from php 7.2 i get the following error "ErrorException in PostHelpers.php line 72: Function create_function() is deprecated"
wolstech Posted October 4, 2019 Posted October 4, 2019 A lot of software made for 5.x won't run on 7.x (my entire account has this issue...exactly zero programs I use support 7.x). Krydos needs to install mbstring on 5.6.
Krydos Posted October 5, 2019 Posted October 5, 2019 The mbstring extension has been installed on Tommy's php 5.6. 1
jio Posted October 7, 2019 Author Posted October 7, 2019 hello, one more issue remains: "PHP Fileinfo extension must be installed/enabled to use Intervention Image". could you please enable fileinfo extension (select the fileinfo check box). thank you. . .
Krydos Posted October 8, 2019 Posted October 8, 2019 The extension fileinfo has been installed on Tommy's php 5.6.
Recommended Posts