-
See https://github.com/joomla/joomla-cms/pull/37450#issuecomment-1087285125
-
This is not a bug report but a suggestion. Please refer to:
https://www.joomla.ch/forum/joomla4-programmierung/38870-tipp-wir-basteln-uns-einen-1-click-logout-button-fuer-das-back-end#50044
Could of…
-
As of PHP 7.1, the mcrypt extension [has been deprecated](https://wiki.php.net/rfc/mcrypt-viking-funeral) and will stop being distributed as part of the core PHP package in a future release. Usage of…
-
### Steps to reproduce the issue
Joomla 4.0-dev (Enable Debug mode in Joomla Global Config)
Install an old version (only just old!) of Akeeba Backup Core (FREE) from https://www.akeeba.com/downl…
-
### Steps to reproduce the issue
ConsoleApplication (extending Application) calls parent::__construct($input, $config);
But, Application constructor is __construct(Registry $config = null);
T…
-
### Steps to reproduce the issue
- Windows, FileZilla.
- Download a Joomla_4.1.5-Stable-Full_Package (I saw the issue already with other versions).
- Unpack ZIP file locally.
- Upload extracted fi…
-
### Steps to reproduce the issue
Create a Zip-File witch contain
-
I can not upgrade "Installer - Install from Web" from 1.1.1 to 2.0.1, not from direct online update nor from uploaded zip file.
Here is my environment:
- PHP 7.2.17.
- Joomla 3.9.5.
here is …
-
### Steps to reproduce the issue
1. Create an html override for mod_custom in /templates/**template name**/html/mod_custom/default.php
2. Use following code in the override:
```php
…
-
Improve the performance of file sharing and bind mounts in the following cases:
- Reading many small files
- Writing many small files
- Reading the same files repeatedly
- General performance
…