?
avatar twister65
twister65
16 Feb 2020

Steps to reproduce the issue

For example:

  • System ->Global Configuration -> Server

  • Enable FTP

  • Fill in the FTP fields

Expected result

The FTP settings are saved in the configuration file.

Actual result

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.

System information (as much as possible)

The last nightly build.

Additional comments

@SharkyKZ , we have opcache_invalidate in the config component.

avatar twister65 twister65 - open - 16 Feb 2020
avatar joomla-cms-bot joomla-cms-bot - change - 16 Feb 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Feb 2020
avatar twister65 twister65 - change - 16 Feb 2020
The description was changed
avatar twister65 twister65 - edited - 16 Feb 2020
avatar twister65
twister65 - comment - 16 Feb 2020

Can be fixed by replacing:


by:
\opcache_invalidate($file);

avatar twister65 twister65 - change - 16 Feb 2020
Title
[4.0] FTP configuration is not saved
[4.0] Global configuration is not saved
avatar twister65 twister65 - edited - 16 Feb 2020
avatar twister65 twister65 - change - 16 Feb 2020
The description was changed
avatar twister65 twister65 - edited - 16 Feb 2020
avatar twister65
twister65 - comment - 16 Feb 2020

Please test PR #27953

avatar twister65 twister65 - change - 16 Feb 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-02-16 14:42:41
Closed_By twister65
avatar twister65 twister65 - close - 16 Feb 2020

Add a Comment

Login with GitHub to post a comment