Resolved EXTPLESK-8950: Issue where it was not possible to install Joomla! for a subscription that had no databases - still an issue in 3.0.11

RalfMeyer

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

in the Plesk Changelog it says that in Joomla Toolkit 3.0.11 the following issue was fixed:

Fixed the issue where it was not possible to install Joomla! for a subscription that had no databases, and whose database limit was set to “1”. (EXTPLESK-8950)

We are using 3.0.11-8442, however still see exactly this described issue.

Any ideas?

Thanks.
 
Hi, @RalfMeyer . I was able to replicate the issue and I will consult with our team further. Apologies for the misunderstanding caused. I will follow-up with more details as soon as possible. Thank you in advance for your patience in the meantime.
 
@RalfMeyer , a new bug with ID EXTPLESK-13610 has been registered for the reported behavior. Until the fix is officially released, our engineers created a custom fix that could be applied as follow:

1. Connect to your server via SSH.
2. Execute the following commands:

Code:
curl -fsSL https://patch-diff.githubusercontent.com/raw/plesk/api-php-lib/pull/188.patch -o /tmp/pr188.patch
cd /usr/local/psa/admin/plib/modules/joomla-toolkit/vendor/plesk/api-php-lib
patch -p1 -l < /tmp/pr188.patch
systemctl restart sw-engine sw-cp-server

If you don't have the patch command present on the server, it can be installed with:

Code:
apt-get install patch
 
Back
Top