vincentdenkspel Posted March 28, 2011 Share Posted March 28, 2011 Hi all,I've installed Prestashop. After installing I can access the backend.However, the modules are not visible in the backend.I also get a blank page when I visit the frontend.Does anybody have an idea what I did wrong and how I can resolve this ?Thank you in advance.Best regards,VincentUPDATE:After setting 'display_errors, 'Off); to 'On' I got the following message:Fatal error: Call to undefined function mb_convert_encoding() in /home/ertee/public_html/classes/Tools.php on line 1524This message was displayed on the front page as well as in the module section of the back end.The line is:$filename = mb_convert_encoding(md5(strtoupper($filename)),"UCS-4BE",'UTF-8');Can anybody explain to me what this means an I this problem can be resolved.Thanks.UPDATE 2For other people with the same problem:To solve this you need to install/compile php_mbstringOnce this was done everything was ok. Link to comment Share on other sites More sharing options...
shokinro Posted March 31, 2011 Share Posted March 31, 2011 thanks for sharing information.there are so many people reported the similar issue. hope this will help them.I will refer them to here next time. Link to comment Share on other sites More sharing options...
MCL Posted April 9, 2011 Share Posted April 9, 2011 Hi,Could you share how to install php_mbstring? I installed php and apache locally on my windows machine. Thanks. To solve this you need to install/compile php_mbstringOnce this was done everything was ok. Link to comment Share on other sites More sharing options...
MCL Posted April 9, 2011 Share Posted April 9, 2011 Ok, figured out the fix.In php.ini, uncomment the line extension=php_mbstring.dllThen restart apache. That's it. Fixed my problem. Link to comment Share on other sites More sharing options...
Valdivino Posted April 14, 2011 Share Posted April 14, 2011 I changed the php.ini, as instructed, still with the same error can you help me? Link to comment Share on other sites More sharing options...
vincentdenkspel Posted April 14, 2011 Author Share Posted April 14, 2011 Sorry, I can't help you.I've a managed hosting account so I asked the provider to do his for me. Link to comment Share on other sites More sharing options...
Valdivino Posted April 14, 2011 Share Posted April 14, 2011 Would not someone who has gone through this situation that can help me.The situation after I installed the version 1.4.17, and this production has shown the following error.PHP Fatal error: Call to undefined function mb_convert_encoding () in / home / xxxxxx / public_html / classes / Tools.php on line 1524.I'm hosting on dedicated server CentOS 5 with cPanel / WHM. Link to comment Share on other sites More sharing options...
Bharadwaj Posted May 7, 2011 Share Posted May 7, 2011 I am using Prestashop 1.4.17 in WHM. I face the same problem.I have installed mb_string module in apache http.config file.Everything worked fine for me. To install mb_string in WHM,1) Login WHM, you will find EASYAPACHE (APACHE UPDATER) on left side under software tab.2) After selection you will be promted with different steps to configure apache.go through and in step 6 you will find the list of installed modules with check boxes checked. 3) Select the mb_string and build the apache.Thank YouBharadwaj. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now