When I run cron.php, I get:

Fatal error: Cannot redeclare hello_world() (previously declared in /home/my_site/public_html/includes/common.inc(1175) : eval()'d code:28) in /home/my_site/public_html/includes/common.inc(1175) : eval()'d code on line 28

Comments

killes@www.drop.org’s picture

I am sure you have a hello_world function defined in either two blocks or two nodes with php input filter.

joeguru’s picture

http://drupal.org/node/79315

There are 3 inline php scripts that have "hello_world" defined as functions. I changed the name to "howdy_world" and the problem went away...

...there, but I'm still getting the error when I try to display any of the pages containing inline php. I don't know what the answer is but I'm working on it.

chx’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)