Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Joomla 4.x and JDom 05 Dec 2019 15:25 #15779

  • liubov
  • liubov's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • (=) 10 mn and it's ready!
  • Posts: 279
  • Thank you received: 36
Hi all,

So I started to update the components code for Joomla 4.x compatibility, first step with JDom I use as Plugin. (docs.joomla.org/J4.x:Creating_a_Plugin_for_Joomla/fr)
I am writing the doto list code to change for lastbuild j-cook source. But now I've a problem to load the JDom Plugin (getInstance).

admin/helpers/loader.php
+ use Joomla\CMS\Factory;
+ use Joomla\CMS\Plugin\PluginHelper;
.
. PluginHelper::importPlugin('system', 'jdom');       // here no php error
. JDom::getInstance();                                            // here return error 'Class JDom not found'

It seems that importPlugin doesn't load the plugin at all.
I wanted to know if someone have ever done this job or an idea :unsure:

Marc.

Please Log in or Create an account to join the conversation.

Last edit: by liubov.
  • Page:
  • 1
Time to create page: 0.070 seconds

I jumped and started to work on a demo component... but 2 days later this demo component became the real component. I just showed today the end result to my customer and he turned to me and said... "this is more than I expected"... All of this is because Cook did cut about 70% of my work and provided me more ways to improve the usability of the component. The end result was 17 tables all related between than to generate a full dashboard for the travel agents. Thanks for Cook developers for such great tool. This component would not be possible to be done at short time with all the features in it
Griiettner (Forum)  

Get Started