• When installing/ uploading my new theme. I got this message:

    Fatal error: Cannot redeclare my_action_callback() (previously declared in /home1/mf22904/public_html/wp-content/plugins/feedburner-setting/feedBurner-feedSmith-extend.php:195) in /home1/mf22904/public_html/wp-content/themes/daily/functions/admin_functions.php on line 325

    Have anyone seen this? Can someone help me out? In a step by step guide. Please help

    Thank you
    Friends

Viewing 2 replies - 1 through 2 (of 2 total)
  • The problem that you have is that the Feedburner Settings plugin and your theme both have a function called the same thing (in your case my_action_callback). PHP can’t allow two functions having the same name, so it throws that error.

    The way to “fix” it is to either use a different theme that doesn’t use that function, or disable that plugin.

    Thread Starter MF22904

    (@mf22904)

    For me to change a different theme or to disable the plugin , its the same thing! With the fatal error message. It doesn’t even allow me to have the option to switch to an different theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error?’ is closed to new replies.