Home › Forums › Back End › php error "cannot redeclare" › Reply To: php error "cannot redeclare"
November 30, 2013 at 9:33 pm
#157473
Participant
column1() is a shortcode in the functions.php file and the aq_resizer.php
Well, that’s the reason right there. You cannot use the same name for two different functions. You’ll have to rename one of them.
Why would the two scripts be interfering with eachother?
Because you’re running both scripts at the same time.