Results 1 to 2 of 2
  1. #1
    Join Date
    May 2004
    Location
    Malaysia
    Posts
    197

    gpgme_new_context()

    Hi,

    I having this error in one of my commercial script. Do i need additional module to load into php. I have install gpgme and still no luck?

    Fatal error: Call to undefined function: gpgme_new_context()

  2. #2
    Join Date
    Feb 2005
    Location
    Seattle, Washington
    Posts
    147
    Perhaps you are missing an include statement to a file containing the function gpgme_new_context(), or perhaps there is a custom extension which is supposed to be installed prior to using the script.

    Possibly this extension: http://sourceforge.net/projects/gpgext/
    Regards,
    Matthew Fonda
    PHP Developer

Posting Permissions

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