• Resolved pankaj_kumar036

    (@pankaj_kumar036)


    Hi Micheal
    While i activate plugin i get error :

    SCREAM: Error suppression ignored for
    ( ! ) Fatal error: Cannot redeclare appthemes_menu_sprite_css() (previously declared in D:\wamp\www\badgeos\wp-content\themes\classipress\framework\admin\functions.php:3) in D:\wamp\www\badgeos\wp-content\themes\classipress\framework\admin\functions.php on line 30
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0039	250872	{main}( )	..\plugins.php:0
    2	1.3156	17555528	plugin_sandbox_scrape( )	..\plugins.php:148
    3	1.3176	17604104	include( 'D:\wamp\www\badgeos\wp-content\plugins\badgeos\badgeos.php' )	..\plugins.php:146
    4	1.3176	17604176	BadgeOS->__construct( )	..\badgeos.php:311
    5	1.3190	17614008	require( 'D:\wamp\www\badgeos\wp-content\plugins\badgeos\includes\p2p\load.php' )	..\badgeos.php:51
    6	1.3202	17628424	scb_init( )	..\load.php:9
    7	1.3202	17628424	scbLoad4::init( )	..\load.php:90
    8	1.3202	17628784	scbLoad4::load( )	..\load.php:36
    9	1.3203	17629080	call_user_func ( )	..\load.php:77
    10	1.3203	17629080	_appthemes_after_scb_loaded( )	..\load.php:77

    https://www.ads-software.com/plugins/badgeos/

Viewing 5 replies - 16 through 20 (of 20 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’m going to guess that it’s

    michael @ webdevstudios.com

    But that’s only a guess based on what he’d posted above.

    Thread Starter pankaj_kumar036

    (@pankaj_kumar036)

    jan this email is also invalid

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Make sure to remove the spaces. I added them to possibly deter some spam bots. I guarantee it’s my company email. You’d be emailing me directly. Not BadgeOS.

    Thread Starter pankaj_kumar036

    (@pankaj_kumar036)

    I send You theme plz check it

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    With Classipress, I assume you made yourself a child theme with Classipress as the parent, correct?

    I’m betting that you copied the files and content from /classipress/framework/admin/functions.php into the same hierarchy in your child theme. This is causing duplicate function names, which can’t occur within the same namespace in php. It’s also likely unnecessary to copy the contents into the child theme, because it would inherit from the parent. You’d just want to create NEW functions and code.

    Thus why you’re getting the “Fatal error: Cannot redeclare appthemes_menu_sprite_css()” error. You need to rename the child theme one, or delete it all together.

    I can’t see why this would trigger only on activation of the BadgeOS plugin, because the error has nothing to do with the plugin.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘can't able to acivate plugin’ is closed to new replies.