I am getting error messages in the log like this:
PHP Fatal error: Cannot redeclare showheader() (previously declared in /.../includes/common.inc(1695) : eval()'d code:2) in /.../includes/common.inc(1695) : eval()'d code on line 34
For a long time, I cannot find what causes it. But it is sure that the only modules that use function showheader() are gvs and vidi.
Have you seen such messages; any advice?
Comments
Comment #1
btomic commentedStrange. Nether vidi or gvs are using this function. There is "showheader" field in forms in both modules but that can't cause that kind of error report. I check Drupal includes/common.inc but there isn't showheader() in it. It looks like priblem is in some other module. By the way, we are using Acquia distributions for testing and development.
Comment #2
vacilando commented@btomic -- sincere apologies. I had only checked for the string "showheader" and failed to verify whether there actually was a function. The problem won't be related to this module. Closing this issue.