• Resolved konangels

    (@konangels)


    installed WPBricks Manager (FREEE version 2.0.4) on clean WordPress 5.5.1 site but the Blocks, Templates, Themes and Addon Libraries are not returning anything.
    The only other plugin I have installed in WooCommerce.
    Server is running PHP 7.3.22
    Would appreciate any suggestion as to where to start looking to try and resolve this.

    • This topic was modified 4 years, 8 months ago by konangels.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter konangels

    (@konangels)

    added some debug code in your class-mdbp-rest-api.php file and it has revealed the issue.

    WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => cURL error 60: SSL certificate problem: unable to get local issuer certificate
                    )
    
            )
    
        [error_data] => Array
            (
            )
    
    )
    
    Thread Starter konangels

    (@konangels)

    what’s the chance of adding a configuration option to your plugin to allow the end user to select to either enable or disable Curl SSL Verification?

    Thanks for this konangels, just updated their code to ‘sslverify’ => false in class-mdbp-rest-api.php and now they all load.

    Great thelettuce, thanks for providing the quick and easy solution. 🙂

    Let us know konangels, still you facing any issue.

    Best Regards,
    Hitendra & Customer Care team

    Thread Starter konangels

    (@konangels)

    @thelettuce, thanks for the pointer. I had already made that change to get it working.
    @hitendra-chopda I was hoping that the next release would have incorporated a configurable option approach to the solution rather than me having to modify the code every time a new version was released.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WPBricks Manager – Empty Block, Template, Theme and Addons Libraries’ is closed to new replies.