• Does anyone know how to correct this issue:

    Fatal error: Cannot redeclare bp_dtheme_ajax_querystring() (previously declared in /hermes/web04/b2181/moo.passionruby/wordpress/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:20) in /hermes/web04/b2181/moo.passionruby/wordpress/wp-content/themes/custom-community/_inc/ajax.php on line 63

Viewing 1 replies (of 1 total)
  • Your custom community theme (_inc/ajax.php file, at line 63) is trying to create a function that already exists (bp_dtheme_ajax_querystring()) – it’s conflicting. You can a) try to locate the function in question and rename it, b) contact the theme author and have them fix it or c) get a new theme.

Viewing 1 replies (of 1 total)

The topic ‘Theme Problem’ is closed to new replies.