gallery error

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

    gallery error

    hi all i now this might look easy to ppl but not me i got this error can some
    Code:
    Fatal error: Call to undefined function imagecreatefromgif() in /home/**********/public_html/*********/male/index.php on line 467
    this is whats on line 467

    Code:
    if($file_type == "image/pjpeg" || $file_type == "image/jpeg")
    {$new_img = imagecreatefromjpeg($file_tmp);}
    elseif($file_type == "image/x-png" || $file_type == "image/png")
    {$new_img = imagecreatefrompng($file_tmp);}
    elseif($file_type == "image/gif")
    {$new_img = imagecreatefromgif($file_tmp);}
    i will begreat full if some one can help me out
    HELP THEM WHO HELPS YOU



    i only work on wapdesire v_2 coding only

    #2
    Originally posted by brand View Post
    hi all i now this might look easy to ppl but not me i got this error can some
    Code:
    Fatal error: Call to undefined function imagecreatefromgif() in /home/**********/public_html/*********/male/index.php on line 467
    this is whats on line 467

    Code:
    if($file_type == "image/pjpeg" || $file_type == "image/jpeg")
    {$new_img = imagecreatefromjpeg($file_tmp);}
    elseif($file_type == "image/x-png" || $file_type == "image/png")
    {$new_img = imagecreatefrompng($file_tmp);}
    elseif($file_type == "image/gif")
    {$new_img = imagecreatefromgif($file_tmp);}
    i will begreat full if some one can help me out

    i think u need this file, just try it. because u didnt define the function.
    Attached Files
    LDSWAPWORLD sigpic
    site closed.
    im busy with other things in life like facebook , send me PM so i can add you
    www.pinoySG.com

    don't ask for help if you're not even helping yourself!
    i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.


    Comment


      #3
      where do i add the file
      HELP THEM WHO HELPS YOU



      i only work on wapdesire v_2 coding only

      Comment


        #4
        Originally posted by brand View Post
        where do i add the file
        just upload it where u uploaded your gallery script
        LDSWAPWORLD sigpic
        site closed.
        im busy with other things in life like facebook , send me PM so i can add you
        www.pinoySG.com

        don't ask for help if you're not even helping yourself!
        i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.


        Comment


          #5
          Originally posted by brand View Post
          hi all i now this might look easy to ppl but not me i got this error can some
          Code:
          Fatal error: Call to undefined function imagecreatefromgif() in /home/**********/public_html/*********/male/index.php on line 467
          this is whats on line 467

          Code:
          if($file_type == "image/pjpeg" || $file_type == "image/jpeg")
          {$new_img = imagecreatefromjpeg($file_tmp);}
          elseif($file_type == "image/x-png" || $file_type == "image/png")
          {$new_img = imagecreatefrompng($file_tmp);}
          elseif($file_type == "image/gif")
          {$new_img = imagecreatefromgif($file_tmp);}
          i will begreat full if some one can help me out
          the php gd modul is not installed
          Advertise your mobile site for FREE with AdTwirl

          Comment


            #6
            Originally posted by GumSlone View Post
            the php gd modul is not installed
            ok thanks gumslone
            HELP THEM WHO HELPS YOU



            i only work on wapdesire v_2 coding only

            Comment


              #7
              Or it could be that in core.php this function
              imagecreatefromgif()
              isnt in it.

              WapCHAT Forum Currenltly changing over to xhtml

              My Dowloads Site

              Comment

              Working...
              X