ghazal

Results 12 comments of ghazal

Confirmed. Mac catalina MAMP 5.7 PHP 7.4.2 Obviously, wrong path for templatesDetails.xml

Tks for the call stack. Let me check. I'll get back to you. But, pls keep in mind that this plugin has been developed a while ago and that some...

Hi, ``` php class checkoutController extends hikashopController ``` in /front/controllers/checkout.php extends a hikashop class. This hikashop class is defined in : /back/helpers/helper.php See : class hikashopController, line +- 1216 This...

@hfittipaldi Thank you for making this little but useful extension work again. I have a proposal : as I refuse to get the credits for the great job you've done,...

No solution found but I just compared : /components/com_content/views/category/view.feed.php and /components/com_content/views/featured/view.feed.php and there is actually no call to 'JFeedItem' class in: category/view.feed.php as there is in (line+-65): featured/view.feed.php ``` //...

Hello, with Make extendable and Change functions on Yes, try to change the name of your class. Like : class DefaultMailtoController extends JControllerLegacy And modify your functions to your wishes...

Hi, thank you for your interest. Your path is wrong. It should be : ``` html template_name/code/module_name/helper.php ``` Just like components. I'll add this in the ReadMe. No, the class...

Thanks to you ! I found a line missing in this version. In mvcoverride.php just add this : > jimport('joomla.filesystem.file'); under : > jimport('joomla.filesystem.folder'); Check if it's corrected before downloading...

OK. Try this simple step -> Uninstall/remove and reinstall the plugin. What is the module your are seeking to override ? And what part are you trying to override ?