This crashes the site altogether.

PHP Fatal error: Cannot redeclare action_comment_publish() (previously declared in /home/[path]/html/modules/votingapi/votingapi_actions.inc:728) in /home/[path]/html/modules/voting_actions/voting_actions.inc on line 15

I noticed that voting_actions.inc is not included in the CVS version (May 4, 2006), so I tried that, noting that it does not include the tragic call

include_once('voting_actions.inc');

Nor does it include voting_actions.inc. Now all is well.

I strongly recommend tagging the current cvs version as the stable 4.7 version. What is currently bundled in the April 4 version (no version # in the module, sorry) is toxic.

Comments

eaton’s picture

Status: Active » Fixed

Thanks for catching this. The fixed version of the file had been branched for 4.7, but the existence of an older (incorrect) CVS tag had prevented the new version from showing up properly.

I've deleted the old CVS tags and retagged the new version for 4.7 -- it should be in the latest build.

Anonymous’s picture

Status: Fixed » Closed (fixed)