For example:
System ->Global Configuration -> Server
Enable FTP
Fill in the FTP fields
The FTP settings are saved in the configuration file.
The configuration file is not updated. The new configuration is only saved in the session. If you log out and log in again, the changed configuration is lost.
The last nightly build.
@SharkyKZ , we have opcache_invalidate
in the config component.
Labels |
Added:
?
|
Title |
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-16 14:42:41 |
Closed_By | ⇒ | twister65 |
Can be fixed by replacing:
joomla-cms/administrator/components/com_config/src/Model/ApplicationModel.php
Line 815 in 6960a8d
by:
\opcache_invalidate($file);