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
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
Comment #1
killes@www.drop.org commentedI am sure you have a hello_world function defined in either two blocks or two nodes with php input filter.
Comment #2
joeguru commentedhttp://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.
Comment #3
chx commentedComment #4
(not verified) commented