Hi,
Since updating to 2.4.1 I am getting a catalogue error;
Fatal error: Call to private method CatalogLms::getMinorCategoryTree() from context 'Controller' in /home/hospskillonl/public_html/appLms/views/homecatalogue/courselist.php on line 76
Line 76 courselist.php
$arr_cat = $smodel->getMinorCategoryTree((int)$row['idCategory']);
Catalogue in 2.4.1
Re: Catalogue in 2.4.1
In /appLms/models/CatalogLms.php
replace:
private function getMinorCategoryTree($top_cat)
with:
public function getMinorCategoryTree($top_cat)
replace:
private function getMinorCategoryTree($top_cat)
with:
public function getMinorCategoryTree($top_cat)
Per supporto GRATUITO contattatemi in privato qui
-
- FormaLms User
- Posts: 124
- Joined: Thu May 05, 2016 6:53 am
- Version: forma.lms 2.0
- Location: UK
- Contact:
Re: Catalogue in 2.4.1
Thank you, worked perfectly.
Cheers
Graeme
Cheers
Graeme