undefined constant BP_COURSE_INSTRUCTOR_SLUG

Home Forums Legacy Support Support queries Other issues undefined constant BP_COURSE_INSTRUCTOR_SLUG

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #346506
    fdittmar
    Participant
    Team, Using 3.9.9 (Theme and vibe-customtypes) I'm not getting the following message: Warning: Use of undefined constant BP_COURSE_INSTRUCTOR_SLUG - assumed 'BP_COURSE_INSTRUCTOR_SLUG' (this will throw an Error in a future version of PHP) in /home/customer/www/xxx.com/public_html/wp-content/plugins/vibe-customtypes/includes/tips.php on line 2319 and Warning: Cannot modify header information - headers already sent by (output started at /home/customer/www/xxx.com/public_html/wp-content/plugins/vibe-customtypes/includes/tips.php:2319) in /home/customer/www/xxx.com/public_html/wp-includes/pluggable.php on line 1281 I did not change logging or error reporting level recently and did no major WP or BP updates. Any ideas why this suddenly pops up and what to do about the warning? thanks
    #346762
    Veronica
    Moderator
    hi in your customizer plugin please add this line: define('BP_COURSE_INSTRUCTOR_SLUG','instructing-courses');
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘undefined constant BP_COURSE_INSTRUCTOR_SLUG’ is closed to new replies.