• Resolved laurakadams

    (@laurakadams)


    I’m receiving the following error when activating the plugin. As soon as I deactivate, it goes away.

    Notice: Undefined index: knowledgebase_post_type in /wp-content/themes/spark/vslmd/post-types/post-types.php on line 5
    
    Notice: Undefined index: portfolio_post_type in /wp-content/themes/spark/vslmd/post-types/post-types.php on line 237
    
    Notice: Undefined index: team_post_type in /wp-content/themes/spark/vslmd/post-types/post-types.php on line 469
    
    Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/spark/vslmd/post-types/post-types.php:5) in /wp-includes/functions.php on line 6221
    
    Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/spark/vslmd/post-types/post-types.php:5) in /wp-admin/includes/misc.php on line 1259
    
    Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/spark/vslmd/post-types/post-types.php:5) in /wp-admin/admin-header.php on line 9

    Any help would be greatly appreciated!! Just purchased this plugin today.

    • This topic was modified 4 years, 9 months ago by laurakadams.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • In the latest update we’ve forgotten and kept php warnings/errors enabled. From the notices and warnings you can see, that this issues exist with our without our plugin. And non of them wasn’t related to GridKit. As we’ve kept warnings enabled, that’s why you see them when our plugin is active. We’re going to release an update tomorrow where this will be resolved!

    If you’re familiar with coding, simply edit this code in gkit-pkg.php file.

    Find this code:

    
    define( 'CRP_DEBUG', 1 );
    

    and replace it with:

    
    define( 'CRP_DEBUG', 0 );
    

    @laurakadams if you need any dedicated help, please send me an email to [email protected]. I’ll do my best to get this resolved right away. Or simply update the plugin tomorrow!

    I just got a feedback from our developers and can confirm, the update released and the issue resolved! Please navigate to your Plugins section and update GridKit to the latest up to date version!

    Thread Starter laurakadams

    (@laurakadams)

    I already have the latest version. I also made the change in the code, but I’m still receiving the same error when activated. Will email you directly.

    Thread Starter laurakadams

    (@laurakadams)

    I’ve emailed you (once 5 days ago and then followed up tonight.) Just wanted to be sure you received the email.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error upon Activation’ is closed to new replies.