Results 1 to 5 of 5

Thread: Call to undefined method ffmpeg_frame::togdimage()

  1. #1
    Join Date
    Sep 2007
    Posts
    25

    Default Call to undefined method ffmpeg_frame::togdimage()

    Now i am recieving this message when uploading a video.

    does this have to do with GD Library? cause I have it installed.

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Call to undefined method ffmpeg_frame::togdimage()

    This error is due to ffmpeg-php installed with out GD support. You need to install GB before you install ffmpeg-php

    http://docs.buyscripts.in/wiki/Fatal_er ... mage%28%29

  3. #3
    Join Date
    Sep 2007
    Posts
    25

    Default Re: Call to undefined method ffmpeg_frame::togdimage()

    I have Gd Support and I reinstalled ffmpeg-php. But it still doesnt work.

    I dont think ffmpeg-php is detecting gd

    this is from my phpinfo:

    GD Support enabled
    GD Version bundled (2.0.28 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    FreeType Version 2.1.9
    GIF Read Support enabled
    GIF Create Support enabled
    JPG Support enabled
    PNG Support enabled
    WBMP Support enabled
    XPM Support enabled
    XBM Support enabled

    do you have any reccomendations? I have reinstalled ffmpeg-php many many times.

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Call to undefined method ffmpeg_frame::togdimage()

    Check

    ffmpeg-php list post

    It says

    Probably the configure script failed to detect that gd was installed. Under
    troubleshooting in the install guide there is some vague mention of how to
    fix it that boils down to...

    change the line...

    //#define HAVE_LIBGD20

    ...to...

    #define HAVE_LIBGD20

    ...in ffmpeg_frame.h and run...

    make clean && make

    ...to force ffmpeg to recompile with gd support.

    I need to add a configure option to allow to force compilation of the gd
    stuff.

  5. #5
    Join Date
    Sep 2007
    Posts
    25

    Default Re: Call to undefined method ffmpeg_frame::togdimage()

    Finally I got this thing Working!!!!!!! dont know what the problem was but I found someone who fixed it for me!

Similar Threads

  1. Another Payment Method?
    By John3971 in forum Sales Questions
    Replies: 1
    Last Post: 04-11-2008, 08:47 AM
  2. Fatal error: Undefined class name 'stemplate'
    By auriga in forum Installation Support
    Replies: 2
    Last Post: 10-06-2007, 05:25 PM
  3. Fatal error: Call to undefined function: togdimage()
    By pipermac in forum Installation Support
    Replies: 1
    Last Post: 10-01-2007, 04:54 PM
  4. Fatal error: Call to undefined function: togdimage()
    By dlewis23 in forum Installation Support
    Replies: 4
    Last Post: 06-25-2007, 05:06 PM
  5. Fatal error: Undefined class name 'stemplate' in /home/youth
    By harrison in forum Installation Support
    Replies: 6
    Last Post: 06-18-2007, 11:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •