Skip to main content

Questions tagged [jloader]

3 votes
2 answers
406 views

We have a custom login plugin which extends the CMSPlugin. I am trying to register the Class of the plugin inside a module but the following scenarios occur. Case 1 JLoader::register('...
anthi_p's user avatar
  • 77
2 votes
2 answers
633 views

I've created a custom component that (in addition to all the other component files) has a helper file located in: /administrator/components/com_kr_books/helpers/kr_books.php It has an abstract class ...
Chris Paschen's user avatar
2 votes
1 answer
1k views

I'm trying to make my news module modification working with Joomla 4. My module is calling custom fields and I use this autoloader below to make it work in Joomla 4. Can you tell me what is the proper ...
webchun's user avatar
  • 2,418
1 vote
1 answer
84 views

I have just upgraded my site from Joomla 3.7 to 3.9 and I am getting errors related to my code for a component model class that extends an administrator component model class. The require_once line ...
kalinma's user avatar
  • 163
8 votes
2 answers
761 views

There is one class called JLoader which has auto loading techniques for loading the library packages. Why do we need some class for loading when we already have Composer autoloading? What is this ...
Parsuram Kailasa's user avatar