• Resolved guennionline

    (@guennionline)


    Disabling the events does not work.

    In the wp-config.php entered:
    // For deactivating the course system:
    define( ‘TEACHPRESS_COURSE_MODULE’, false );

    Nevertheless the events are still active!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author winkm89

    (@winkm89)

    Hi,

    you use the wrong quotes. Try it with:

    
    // For deactivating the course system:
    define ('TEACHPRESS_COURSE_MODULE',false);
    
    Thread Starter guennionline

    (@guennionline)

    Yes here I wrote the wrong Quotes. But with the right qoutes in wp-config.php also don’t works!

    // For deactivating the course system:
    define ('TEACHPRESS_COURSE_MODULE',false);

    teachpress 6.1.0
    wordpress 4.8.1

    • This reply was modified 6 years, 8 months ago by guennionline.
    • This reply was modified 6 years, 8 months ago by guennionline.
    • This reply was modified 6 years, 8 months ago by guennionline.
    Plugin Author winkm89

    (@winkm89)

    On which position have you edited the wp-config.php? The value must be set before the “That’s all, stop editing!” comment. It doesn’t work at the end of the file.

    Thread Starter guennionline

    (@guennionline)

    Thanks now it works!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disabling the events does not work.’ is closed to new replies.