Can It Be A Bug On Varsita ? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Can It Be A Bug On Varsita ?

AS

Andre Szpyrka

Template 3 years ago

Hello,

I'm making a site with joomshaper, of course, and I use the template Varsita. I modified the home page, the first module is the featured courses. I would like to change it, but when I do so I obtain this message. Is it I that make a wrong move or a bug?

I use the last version of the template and Joomla 3

Thanks in advance!

0
2 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #64225

Hello

Apologies for the inconvenience.

Could you kindly check if the code below is missing in site.php? templates/shaper_varsita/sppagebuilder/addons/course_categories/site.php

If yes, can you try adding this below and check if this solves the issue or not.

$output  = '';
        $course_model = JPATH_BASE . '/components/com_splms/models/courses.php';
        $lesson_model = JPATH_BASE . '/components/com_splms/models/lessons.php';
        $helper = JPATH_BASE . '/components/com_splms/helpers/helper.php';

        if(!file_exists($course_model) || !file_exists($lesson_model) || !file_exists($helper)) {
            return;
        } else {
            require_once $course_model;
            require_once $lesson_model;
            require_once $helper;
        }

For reference, you can check this link: https://archive.joomshaper.com/forums/0-class-splmshelper-not-found-error

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #83286

Thank you for accepting the answer.

A humble request, please.

0