• Hello All,

    I got this message on the course page

    Notice: template/single-course/popup.php is deprecated since version global/js-template.php! Use 2.1.5 instead. in /var/www/html/wp-includes/functions.php on line 3957

    I don′t have absolute any idea how to solve it, since all my system is up to date.

    Anyone?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Phong Lo

    (@phonglqfoobla)

    Hi,

    You can fix this issue by change line 1290 in file learnpress\inc\lp-template-functions.php

    from
    learn_press_get_template( ‘single-course/popup.php’ );
    to
    learn_press_get_template( 'global/js-template.php' );

    Regards,

    Phong lo

Viewing 1 replies (of 1 total)
  • The topic ‘Deprecated Version’ is closed to new replies.