• Resolved Merkucio

    (@merkucio)


    [AUG 19 07:05:12] Notice: Undefined property: Vc_Updater::$title in /xxxxx/xxxxxx/public_html/wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php on line 128 0

    On line 128
    $information->name = vc_updater()->title;

    What to do?

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Support wfphil

    (@wfphil)

    Hi,

    The Wordfence scanner subscribes to all PHP error reporting when it is running.

    This certainly looks like an error for the WPBakery plugin when Wordfence runs vulnerability checks to see if anything installed on your site has an update available.

    The error occurs happens when we call the WordPress plugins_api() function to check whether each plugin is in the www.ads-software.com repository, and if so, whether they need an update.

    You can ask the WPBakery plugin team to fix their code generating this error.

    jignesh886660

    (@jignesh886660)

    I have same issue in wpBakery composer plugin.
    I am this plugin deactivate and after active plugin so solve this issue.

    Same issue here.

    I’m having the same issue, any solutions?

    Hi,

    I also got it. Possibly it’s cause this plugin is distributed directly from plugin developer’s website and not from www.ads-software.com, thus not allowing WordFence to compare installed files content to a published repository on www.ads-software.com.

    Could that be so?

    Hi @wfphil , could the above be the case?

    This was unrelated. Please delete.

    • This reply was modified 3 years, 11 months ago by ziegel.

    i’ve the same problem too… any way to fix it?

    WPBakery acknowledged the issue: “we have noted down this issue and added onto our list, so that it can be checked in near future to enhance the compatibility with WordFence plugin.”

    I had the same problem… got a lot of erros on my screen… tried everything.
    Nothing worked ??
    And then I just found my solution on “https://themes.artbees.net/forums/topic/bug-in-js-composer/”.

    Try to add these code in the wp-config.php;

    ini_set(‘log_errors’,’On’);
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    Good luck (and thanks Nodari ?? )

    @gersnl, the link you provided is generating EM404. Can you help me understand how your solution works? Is it a targeted solution or a general bandaid? Is it wiser to wait until WPBakery enhances the compatibility?

    Thanks in advance for your input!

    Hi @fobetta, it a solution that worked for us ??

    In other words its a target solution and general band aid (for the meantime)… the errors we where seeing are gone.
    And you’re right if WPBakkery are coming with a solution and fixing the problem I would not do this quick fix. But after weeks waiting and because they are not really communicating I think this is (for us) the best solution ??

    Please, the solution that @gersnl posted doesn’t FIX the problem, it HIDES the problem.

    All that it does is tell the site not to warn you about errors.

    If you want a solution and the Devs aren’t helping, find someone who actually knows how to program to help.

    I currently have this issue, with other Devs just hiding it on a Production site.
    Luckily I know what I’m doing and aiming to fix this problem.

    You’re right, its not the real solution… (it hides the real problem/errors).

    Sadly I don’t know anyone who can fix this (and have not found anyone also).
    If you can fix it or if you know someone, that would be awesome ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Undefined property: Vc_Updater::$title in’ is closed to new replies.