(gd) (mbstring) error.. How to solve this?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    (gd) (mbstring) error.. How to solve this?

    I got this error

    [gd] PHP module is not loaded
    [mbstring] PHP module is not loaded

    How to fix this error?

    #2
    Originally posted by Jervy View Post
    I got this error

    [gd] PHP module is not loaded
    [mbstring] PHP module is not loaded

    How to fix this error?
    install those modules, eg with easy apache upgrade at cpanel whm.
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      I can only see the image manipulation (gd) option in easyapache whm but the (mbstring) is not listed. Is there any alternatives to load this modules? I search on google and found something that should be edited in php.ini in /usr/blah/blah/php.ini something like that.. But i can't find the path /usr/ ...hmmm.. I'm just a newbie in this matter.

      Comment


        #4
        <?php

        phpinfo();

        ?>

        check your php information..

        Comment


          #5
          To have mbstring, i think you need to install zend multibyte module
          Advertise your mobile site for FREE with AdTwirl

          Comment


            #6
            It most likely is installed, but you need to enable it else as earlier said, upgrade apache.
            Perfection comes at a cost



            I accept liberty!

            Comment

            Working...
            X