• Resolved aminpoddium

    (@aminpoddium)


    Everytime I need access GamiPress setting, I have to disable WP Ultimate review. See below debug.log

    Thank you

    [30-Dec-2024 12:21:18 UTC] PHP Fatal error: Uncaught TypeError: property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given in /bitnami/wordpress/wp-content/plugins/wp-ultimate-review/app/cpt.php:183 Stack trace: #0 /bitnami/wordpress/wp-content/plugins/wp-ultimate-review/app/cpt.php(183): property_exists() #1 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(326): WurReview\App\Cpt->wur_meta_box_init() #2 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #3 /opt/bitnami/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /bitnami/wordpress/wp-content/plugins/gamipress/libraries/cmb2-metatabs-options/code/cmb2_metatabs_options.php(752): do_action() #5 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(324): Cmb2_Metatabs_Options->do_metaboxes() #6 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #7 /opt/bitnami/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action() #8 /opt/bitnami/wordpress/wp-admin/admin.php(237): do_action() #9 {main} thrown in /bitnami/wordpress/wp-content/plugins/wp-ultimate-review/app/cpt.php on line 183

    • This topic was modified 1 year, 3 months ago by aminpoddium.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @aminpoddium,

    Thanks for reaching out to us.

    We sincerely apologize for the inconvenience. We are currently investigating the issue for you. Please allow us some time to conduct a thorough investigation. I will provide an update as soon as we have any findings. Your patience and cooperation in this matter are greatly appreciated.

    Best Regards,
    Reju

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @aminpoddium,

    I hope you are doing well. We have replicated the issue on our end and will release a fix soon. In the meantime, I’m sharing a quick workaround using some code. Please follow the instructions in this video – https://d.pr/v/piNI4z to apply the solution.

    if (!is_object($post) || !property_exists($post, 'ID')) {
    return '';
    }

    Following these instructions should resolve your issue. If you have any further questions, feel free to ask.

    Best Regards,
    Reju

    Thread Starter aminpoddium

    (@aminpoddium)

    Thank you. It works now.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Compatibility with GamiPress’ is closed to new replies.