• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue Joomla Toolkit - Not all instances shown

TRmediendesign

New Pleskian
Server operating system version
Ubuntu 24.04.4 LTS
Plesk version and microupdate number
Plesk Obsidian 18.0.78
Hello,

I got another problem with the Joomla! Toolkit. I can start "Find Joomla! Websites" and it finishes without an error, showing certain Joomla! installations. Unfortunately it does not show all my instances and I got no clue, why some of them are missing. The missing installations work properly and the file structures are equal to the ones shown in the Joomla! Toolkit. There is no site shown as "Broken" or "Detached" as well. I compared all the shown and missing instances, but could not figure out any difference or reason for the problem.

Kind regards,
Tobias
 
Hi, Tobias. When you say the file structure is the same does that include the document root? If the document root is not standard (httpdocs) and contains characters like underscore, the toolkit usually fails.
 
Hi, Tobias. When you say the file structure is the same does that include the document root? If the document root is not standard (httpdocs) and contains characters like underscore, the toolkit usually fails.
Hi,

the document root /httpdocs/www is working for multiple sites, but not for all of them. I can see the Joomla icon in the domain overview and in the dashboard of the subscription, but when I click on them it says "No items found." in the Joomla! Toolkit.

Kind regards,
Tobias
 
Thank you for the confirmation. Please temporarily enable debug mode, attempt a new search and double-check what's being logged into /var/log/plesk/panel.log for extension/joomla-toolkit. Also, please run the following commands:

Code:
sqlite3 /usr/local/psa/var/modules/joomla-toolkit/joomla-toolkit.sqlite3
select id,domain,displayName,site,root from instances;

and confirm if you see the missing instances listed.
 
Thanks. Could you please check if there are any plugins unique for the instances that cannot be found? There is a recent case for "Linky Map", which was identified to be causing issues with CLI operations and consequently preventing the toolkit from identifying the instances.
 
Back
Top