nailliK
Member
Posted 7 months ago #
Fatal error: Cannot redeclare class acf_walker_taxonomy_field_checklist in wp-content/plugins/advanced-custom-fields-taxonomy-field-add-on/taxonomy-field.php on line 513
http://wordpress.org/extend/plugins/advanced-custom-fields-taxonomy-field-add-on/
nailliK
Member
Posted 7 months ago #
I think I found the issue:
LINE 511 : if( !class_exists( 'acf_walker_taxonomy_field_checklist' ) )
needs to be :
LINE 511 : if( !class_exists( 'ACF_Walker_Taxonomy_Field_Checklist' ) )
nailliK
Member
Posted 7 months ago #
That didn't help. Is this happening to anyone else?
ndsailor
Member
Posted 6 months ago #
Same trouble.
WordPress 3.42
Thesis 1_85
ACF 3.5.4.1 with the Gallery Add On.
Fatal error: Cannot redeclare class acf_walker_taxonomy_field_checklist in .../html/tmv-development-subdomains/classdevelopment/wp-content/plugins/advanced-custom-fields-taxonomy-field-add-on/taxonomy-field.php on line 513
Maor Chasen
Member
Posted 5 months ago #
Same thing. That error causes a 500 page to show up.
Here's what I'm getting:
[03-Jan-2013 21:36:36 UTC] PHP Fatal error: Cannot redeclare class acf_walker_taxonomy_field_checklist in /var/www/wpm/staging/jontsch/wp-content/plugins/advanced-custom-fields-taxonomy-field-add-on/taxonomy-field.php on line 513
Running versions:
WP 3.5
ACF 3.5.6.3
ACF Taxonomy Field add-on 1.4
RRikesh
Member
Posted 5 months ago #
Same Issue. Anyone found a workaround/solution?
WordPress: 3.4.2
ACF: Version 3.5.5. Also tested on latest version(3.5.7.2)
ACF Taxonomy add-on version 1.4
deeve007
Member
Posted 3 months ago #
nailliK
Member
Posted 3 months ago #
Where is the developer for this plugin? Don't leave us hanging! Please fix your plugin!