You are in the STAGING environment
Class 'OnlineLearning' not found (500 Internal Server Error)

Symfony Exception

Class 'OnlineLearning' not found

Exception

Error

  1.     // look for subdomain and correct it to current session
  2.     $cms_article str_replace("subdomain""$_SESSION[subdomain]"$cms_article);
  3.     //LOOK FOR AND CONVERT SHORT CODES 2018-11-28 TAWANDA ONYIMO
  4.     include_once(base_path "admin/config.php");
  5.     $online = new OnlineLearning;
  6.     $cms_article $online->proccess_short_codes($cms_article);
  7.     //$cms_article .= website_url.'app/libs/shortcodes/index.php';
  8.     // add some eye candy tot he instructions
  9.     if (== $_SESSION['ulevel'] && !empty($_SESSION['student_id'])) {
  10.         //Apply the email variables
  1.     $_SESSION['scheduled_course_booking_detail'] = pull_field('sis_sched_booking_detail''id'"WHERE username_id='" $scheduled_booking_detail "'");
  2.     $current_id $current_cms;
  3. }
  4. 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);
  5. 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");
  6. //add content filters based on hide show

Stack Trace

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)