Issue Joomla Toolkit - Cannot access offset of type string on string

RalfMeyer

New Pleskian
Server operating system version
Debian 11
Plesk version and microupdate number
Plesk Obsidian 18.0.76.2
Hi everyone,

Does anyone else have an issue with Joomla Toolkit where, after installing a Joomla instance from within the toolkit, it does not show up in it?

When clicking on the "Joomla" button directly at the domain we get an error:
TypeTypeError
MessageCannot access offset of type string on string
FileUiLibrary.php
Line79

We also get the same error, when running "plesk ext joomla-toolkit --instances-list":

Code:
$ plesk ext joomla-toolkit --instances-list
Cannot access offset of type string on string

Thanks for your help.
 
Thank you for the confirmation. Could you please try reinstalling the Joomla extension?

Code:
plesk bin extension --uninstall joomla-toolkit
plesk bin extension --install joomla-toolkit
 
Back
Top