Fatal error: Call to undefined function fdf_open_string()

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

Fatal error: Call to undefined function fdf_open_string()

Post by aneuryzma »

How can i configure the PHP fdf module ???

I get this error:

Fatal error: Call to undefined function fdf_open_string()

Thanks,
Patrick
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Fatal error: Call to undefined function fdf_open_string()

Post by Mark Baker »

On Windows, uncomment the entry for fdftk.dll in php.ini, and ensure that the windows system path is correctly set up to include the directory where fdftk.dll exists.

On *nix boxes, build PHP with --with-fdftk[=DIR]
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

Re: Fatal error: Call to undefined function fdf_open_string()

Post by aneuryzma »

on mac ?
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Fatal error: Call to undefined function fdf_open_string()

Post by Mark Baker »

aneuryzma wrote:on mac ?
Sorry, never heard of it. Some kind of Scottish box?
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

Re: Fatal error: Call to undefined function fdf_open_string()

Post by aneuryzma »

sorry ? :)

what's scottish box ?

I mean, how can I activate it on mac ?
Post Reply