mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-27 11:25:54 +03:00
[GH-ISSUE #351] settings not updating #258
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#258
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mitle on GitHub (Apr 29, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/351
when saving settings, the old configuration is shown again after pressing the button. Page refresh is needed to show the new settings.
@prasathmani commented on GitHub (May 4, 2020):
is your server is running in WSL. plz provide more details about your OS, PHP Version
@ghost commented on GitHub (May 27, 2020):
Hi,
Same issue here
OS:
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
PHP:
PHP 7.4.6 (cli) (built: May 14 2020 10:02:31) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.6, Copyright (c), by Zend Technologies
Go to Settings, change language, click on save, page is reloading but without any change. Same with any option.
There is no error in Apache logs. Access logs :
@rems28 commented on GitHub (Jun 7, 2020):
Hi, I have the same problem. My OS is Debian 10 with php-7.3 provided by the distro. I can make effects to the setting I choose when I click only one setting to change and make the saving operation several times (+/- 3 times works for me). You've make a great job, guys, thanks for that.
@zwozwo commented on GitHub (Jun 26, 2020):
I had the same problem, but really it works when you press the button three times. Thank you rems28 and thank you as well prasathmani for this script!
@rene-hermenau commented on GitHub (Nov 5, 2020):
@prasathmani May I recommend changing the color for the active button state to green?
It's absolutely not possible to see at a glance if the button is active or disabled which is not so good for usability;-)
Thanks to my friend @alaasalama for catching this. Opened an issue for this: https://github.com/prasathmani/tinyfilemanager/issues/446
@je2555 commented on GitHub (Jul 29, 2021):
As a note to anyone else who might stumble onto this issue, you can't change any settings in the web interface if you define the
$CONFIGarray inconfig.phpSo if you set a default language or some of the other options you can no longer modify them without modifying
config.phpThese seem to be the defaults if you don't define the array:
@someone42 commented on GitHub (Jul 15, 2022):
I have also encountered this issue, I am using Raspbian GNU/Linux 10 (buster) with php-7.3. After some experimentation, I believe that on some systems, Zend OPcache doesn't realise that tinyfilemanager.php has been modified and when the settings page is immediately reloaded after pressing the Save button, PHP will use the old cached version of tinyfilemanager.php with the old settings.
Here are some workarounds: