php gd not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amrhi
    New Member
    • Sep 2006
    • 22

    php gd not working

    can anybody help me,?
    my php script for create images worked fine. but suddenly after i change my vga card , it is not work.?
    i look up the erro message like this one.
    [30-Jul-2007 20:27:04] PHP Fatal error: Call to undefined function imagecreate() in C:\wamp\www\gid s\report\chart_ 3.php on line 82
    how to solve this problem
    thanks
  • Tarantulus
    New Member
    • May 2007
    • 114

    #2
    you videocard will have no effect on your PHP code.

    paste the code so we can see it.

    Comment

    • kovik
      Recognized Expert Top Contributor
      • Jun 2007
      • 1044

      #3
      That error message suggests that the GD library is not installed.

      Comment

      • amrhi
        New Member
        • Sep 2006
        • 22

        #4
        i am working by using linux o/s (fedora7). i check php gd already installed.
        this happen when i changed my video card from fx5200 to ati radeon9200.
        then the error come.

        Comment

        • nukephp
          New Member
          • Aug 2007
          • 7

          #5
          Update your gd module......... ............... ........

          Comment

          • kovik
            Recognized Expert Top Contributor
            • Jun 2007
            • 1044

            #6
            How did you check if the GD library was installed? phpinfo() is the only way to be sure.

            Comment

            • gauravgmbhr
              New Member
              • Feb 2007
              • 107

              #7
              Check if the gd library is installed or not
              use phpinfo()
              Or see the php.ini and if the gd library has a semi-colon before its name then u need to remove the semi-colon

              Comment

              • ak1dnar
                Recognized Expert Top Contributor
                • Jan 2007
                • 1584

                #8
                Originally posted by gauravgmbhr
                Check if the gd library is installed or not
                use phpinfo()
                .............
                gd_info() is better than That

                Comment

                Working...