You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can sucessfully remove the extension by not adding the -n flag and ansering the question with "yes" or by using the following command yes "yes" | php joomla.php extension:remove ID
The text was updated successfully, but these errors were encountered:
Steps to reproduce the issue
Try to remove extension with the command
php joomla.php extension:remove ID -n
Expected result
extension should be sucessfully removed
Actual result
i get the Message
[WARNING] Invalid response
and the extension is not removed
System information (as much as possible)
php: Linux php 6.6.31-linuxkit #1 SMP Thu May 23 08:36:57 UTC 2024 aarch64
dbserver: mysql
dbversion: 10.6.12-MariaDB-1:10.6.12+maria~ubu2004-log
dbcollation: utf8mb4_general_ci
dbconnectioncollation: utf8mb4_general_ci
dbconnectionencryption:
dbconnencryptsupported: false
phpversion: 8.1.14
server: Apache/2.4.54 (Unix) OpenSSL/3.0.7
sapi_name: fpm-fcgi
version: Joomla! 5.2.1 Stable [ Uthabiti ] 7-November-2024 17:00 GMT
Additional comments
I can sucessfully remove the extension by not adding the -n flag and ansering the question with "yes" or by using the following command
yes "yes" | php joomla.php extension:remove ID
The text was updated successfully, but these errors were encountered: