Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Business Manager

    (@bzmngr)

    @evalast Thanks for the bug report. I’m looking into this now with my local installation but can’t repeat the issue. I’m running:

    • WordPress 5.8.1
    • WooCommerce 5.8.0
    • Business Manager 1.4.6

    Are you noticing anything in your server’s error log after your updates? Or perhaps there’s another plugin you updated recently?

    These kinds of problems are hard to diagnose via the forum. If you wouldn’t mind contacting me via email at [email protected] I would appreciate it. Sending a list of your actively installed plugins would be very helpful as well.

    Thread Starter evalast

    (@evalast)

    Hi,

    1. deactivated all plugins – still the same
    2. removed all custom function from my child theme – still the same
    3. switched theme to default wp theme – still the same
    4. downloaded business manager again and override the files – still the same

    im running the latest php version and everything else works fine
    Any idea

    Plugin Author Business Manager

    (@bzmngr)

    @evalast I managed to figure this out, I believe. A file is accidentally named in such a way that it might cause issues with certain server setups. I managed to recreate this bug on one of my hosting accounts and solved it by renaming:

    /wp-content/plugins/business-manager/includes/lib/cmb2/includes/CMB2_hookup.php

    to

    /wp-content/plugins/business-manager/includes/lib/cmb2/includes/CMB2_Hookup.php

    I’m going to release a new version here shortly with that very minor change but, if you don’t want to wait, I would suggest giving that a try yourself to see if it solves the issue.

    Thread Starter evalast

    (@evalast)

    yep – worked for me. THX
    best

    Plugin Author Business Manager

    (@bzmngr)

    Thanks for your patience. For anyone running into a similar issue with CMB2, who finds this through a Google search, here’s some more information:

    https://github.com/CMB2/CMB2/issues/1333

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Missing parts of functions’ is closed to new replies.