Closed (fixed)
Project:
OpenCalais
Version:
5.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jun 2008 at 14:45 UTC
Updated:
4 Jul 2008 at 16:21 UTC
Hello
I get this error while saving an article.
Fatal error: Call to undefined function: http_build_query() in ......./sites/all/modules/opencalais/calais_api.module on line 148
Is this something which has a patch?
Thanks
Sean
Comments
Comment #1
febbraro commentedWhat version of PHP are you using? I think http_build_query is a PHP5 only function.
Comment #2
febbraro commentedIf you are using PHP4 this function is implemented in a PEAR Compatibility package, http://pear.php.net/package/PHP_Compat
Comment #3
vascopj commentedThank you very much
That fixed it alright.
putting
into the settings.php file for the site worked a treat.
Thanks
Vas