BuddyDev

Search

When I activate this plugin, there's a conflict …

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18714

    on my backend wp-admin page

    show 3 lines of:

    /home2/xxxx/public_html/wp-content/plugins/vc-ts/ts-visual-composer-extend.php on line 772
    /home2/xxxx/public_html/wp-content/plugins/vc-ts/ts-visual-composer-extend.php on line 772
    /home2/xxxx/public_html/wp-content/plugins/vc-ts/ts-visual-composer-extend.php on line 772

    the line is:

    $this->TS_VCSC_PublicPostTaxosSelect[$taxonomy->label . ‘ (‘ . $taxonomy->object_type[0] . ‘)’] = $taxonomy->name;

    do you know why somehow?

    please. ; )

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18715

    When I activate, MediaPress.

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18716

    Undefined offset: 0 in /home2/xxxx/public_html/wp-content/plugins/vc-ts/ts-visual-composer-extend.php on line 772
    Undefined offset: 0 in /home2/xxxx/public_html/wp-content/plugins/vc-ts/ts-visual-composer-extend.php on line 772
    Undefined offset: 0 in /home2/xxxx/public_html/wp-content/plugins/vc-ts/ts-visual-composer-extend.php on line 772

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #18717

    You have WP_DEBUG set to true and most probably you have this plugin active
    https://codecanyon.net/item/visual-composer-extensions-addon/7190695

    Either set WP_DEBUG to false or you may ask the plugin developer to fix the notices.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18718

    so by set wp_Debug to false, will fix this? not fatal error will occur? : )

    yes i have that plugin activate…

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18719

    Just check my wp-config

    define(‘WP_DEBUG’, ‘false’);

    it’s already set to false…

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #18720

    Please see this before making the changes.
    https://codex.wordpress.org/WP_DEBUG

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #18721

    it should not be ‘false’ it should be false without any quotation.

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18722

    … oh.. I see. haha.. I didn’t realized that. ; )

    but do you have any idea, this will cause more further problem ?

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #18723

    If the site is live, I do suggest keeping debug off. If it is a development server keep it on and get the notices fixed.

    That should be the strategy.

    Regards
    Brajesh

The topic ‘When I activate this plugin, there's a conflict …’ is closed to new replies.

This topic is: not resolved