• Resolved atiq123

    (@atiq123)


    Hey hi I was trying to install logo slider plugin which was installed successfully but when I m trying to activate it it throws me this error.

    Fatal error: Cannot redeclare admin_styles() (previously declared in C:\xampp\htdocs\SZ\wp-content\themes\Concept_2\functions.php:663) in C:\xampp\htdocs\SZ\wp-content\plugins\logo-slider\logo-slider.php on line 902

    https://wordpress.org/plugins/logo-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Error message indicates you have a function called admin_styles() in your theme which is in conflict with this plugin, using the same function name.
    I’ll check into it on my end and see if I can prefix the function in the plugin so it has a unique name, but I think you should also use a less generic function name in the theme. This would also be the quickest solution – to give the function a new name in the theme.

    Hope that helps

Viewing 1 replies (of 1 total)

The topic ‘Unable to activate the plugin’ is closed to new replies.