capsulas Posted February 24, 2003 Share Posted February 24, 2003 Hello, my friends ! I?m installing a contribution (Polls v1.3) and I founded some troubles: Thanks for your comments. Fatal error: Cannot redeclare pollnewest() (previously declared in /catalogo/includes/boxes/polls.php:6) in /catalogo/includes/boxes/polls.php on line 5 FILE: polls.php ------------------------------------------------------------------------------------ <!-- polls //--> <?php $hide = tep_hide_session_id(); function pollnewest() { global $customer_id; if (DISPLAY_POLL_HOW==3) { $extra_query=" and pollID='" . DISPLAY_POLL_ID . "'"; } if (!isset($customer_id)) { $extra_query.=" and poll_type='0' "; } if (DISPLAY_POLL_HOW==2) { $order = 'voters DESC'; } else { $order = 'timestamp DESC'; } Link to comment Share on other sites More sharing options...
Ajeh Posted February 24, 2003 Share Posted February 24, 2003 Somewhere you have the function pollnewest loading twice. Also is there 1 more } at the end of that function? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.