// look for subdomain and correct it to current session
$cms_article = str_replace("subdomain", "$_SESSION[subdomain]", $cms_article);
//LOOK FOR AND CONVERT SHORT CODES 2018-11-28 TAWANDA ONYIMO
include_once(base_path . "admin/config.php");
$online = new OnlineLearning;
$cms_article = $online->proccess_short_codes($cms_article);
//$cms_article .= website_url.'app/libs/shortcodes/index.php';
// add some eye candy tot he instructions
if (4 == $_SESSION['ulevel'] && !empty($_SESSION['student_id'])) {
//Apply the email variables
$_SESSION['scheduled_course_booking_detail'] = pull_field('sis_sched_booking_detail', 'id', "WHERE username_id='" . $scheduled_booking_detail . "'");
$current_id = $current_cms;
}
list($page_id, $cms_category, $cms_page_name, $cms_heading, $cms_brief, $cms_article, $cms_data, $cms_publish, $cms_page_title, $cms_keywords, $cms_page_description, $cms_included_form, $cms_privacy, $cms_refreshpage_on_add, $nextpage_url, $cms_introductory_instructions, $cms_pull_file, $cms_save_action, $cms_system_form_id, $cms_system_quiz_id) = get_cms('page_name', $current_id, $core_students_level_of_entry);
dev_debug("Page Qualities = ($page_id,$cms_category,$cms_page_name,$cms_heading,$cms_brief,$cms_article,$cms_data,$cms_publish,$cms_page_title,$cms_keywords,$cms_page_description,$cms_included_form,$cms_privacy,$cms_refreshpage_on_add,$nextpage_url,$cms_introductory_instructions,$cms_pull_file,$cms_save_action,$cms_system_form_id,$cms_system_quiz_id");
//add content filters based on hide show
Error
|
---|
Error: Class 'OnlineLearning' not found at /var/www/vhosts/heiapply.co.uk/httpdocs/engine/admin/inc/lib.inc.php:6040 at get_cms() (/var/www/vhosts/heiapply.co.uk/httpdocs/application.php:79) |