Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThank you very much for your response which gives me a few insights. In my case however, I need to externally access the Joomla CMS and not the underlying platform as I need to determine user login status etc. I believe this should be possible similar to my v1.5 example in the other post. I suspect it may have something to do with the $app scope in my function but not sure. Thanks again as i was despairing after getting no answers again and hope this sets things running.
      singulars
    2. COYou should not post in multiple questions - better edit your post and provide it with the needed information. Regarding the problem: the failure place indicates it is trying to render the component. This is, as in your 1.5 part, done with accessing the "option" request parameter. Are you sure that this is correctly initialized?
      singulars
    3. COPardon my faux pas on the multiple question. I think your suspicion is correct as reviewing the code, the option is initialised outside the function but as I used "private function" it is probably invisible to the v1.6 bit. The v1.5 bit would work because it has "$GLOBALS['option'] = JRequest::getCmd('option');" before the dispatch function. I'll edit the v1.6 bit as appropriate and test. Something like $app->dispatch(JRequest::getCmd('option'));" perhaps. I gave up and removed the code in the intervening weeks so I need to reconstruct and will report back when done.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload