I have used http_get() function on my home page and it fails to run and as a result, all I could see is an error description:

Fatal error: Call to undefined function http_get() in /Users/unknownunknown1/Sites/drupal/modules/php/php.module(80) : eval()'d code on line 2

Could someone help me please?

Thank you in advance.

Comments

Jaypan’s picture

It's fairly clear:

I have used http_get()

And the error:

undefined function http_get()

You are using an undefined function. It doesn't exist.