Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Which theme are you using?
    Let’s try to disable all plugin on your site, use the 2021 theme and enable the debug mode of WordPress to check first.

    Thanks

    Thread Starter manovitaldesign

    (@manovitaldesign)

    I’m utilizing the theme for 2021. All the plugins were also disabled.

    Using the code below, enabled the debug mode.

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true);
    @ini_set('display_errors', 0);

    All the options were enabled here, but they are still not working.

    Debug.log files are not being generated here, as well.

    The screen-sharing URL is given here: https://www.awesomescreenshot.com/video/20134824?key=1263be998fd304603437ed0f66310201

    Current system requirements

    WordPress version : 6.3

    PHP versions: 7.4 and 8.0, both of which I have tested.

    OS: Mac OS

    Plugin Support brianvu-tp

    (@briantp)

    We see the error wp_remote_get: cURL error 60 on your site, please fix it first and recheck.

    Thread Starter manovitaldesign

    (@manovitaldesign)

    Error fixed using below code

    add_filter('https_ssl_verify', '__return_false');

    Now it’s working fine. Also updated the plugin as well

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Course curriculum section – lesson and quiz not update properly on admin backend’ is closed to new replies.