[GH-ISSUE #593] Not enable ON Show Hidden Files ( php 7.4 ) #425

Closed
opened 2026-03-02 15:58:41 +03:00 by kerem · 4 comments
Owner

Originally created by @nguyenhoangnam3111996 on GitHub (Jul 7, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/593

I press the ON button then save it but the button comes back OFF. Can anyone help me to solve this problem?

Originally created by @nguyenhoangnam3111996 on GitHub (Jul 7, 2021). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/593 I press the ON button then save it but the button comes back OFF. Can anyone help me to solve this problem?
kerem closed this issue 2026-03-02 15:58:41 +03:00
Author
Owner

@EV-soft commented on GitHub (Jul 7, 2021):

Have you tryed: "Page refresh"
See: #351

<!-- gh-comment-id:875611916 --> @EV-soft commented on GitHub (Jul 7, 2021): Have you tryed: "Page refresh" See: #351
Author
Owner

@nguyenhoangnam3111996 commented on GitHub (Jul 8, 2021):

Have you tryed: "Page refresh"
See: #351

Yes, I tried, but still nothing changed

OS:
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.13.5
PRETTY_NAME="Alpine Linux v3.13"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"

PHP:
PHP 7.4.19 (cli) (built: May 11 2021 16:58:50) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies

<!-- gh-comment-id:876148973 --> @nguyenhoangnam3111996 commented on GitHub (Jul 8, 2021): > Have you tryed: "Page refresh" > See: #351 Yes, I tried, but still nothing changed OS: NAME="Alpine Linux" ID=alpine VERSION_ID=3.13.5 PRETTY_NAME="Alpine Linux v3.13" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/" PHP: PHP 7.4.19 (cli) (built: May 11 2021 16:58:50) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies
Author
Owner

@17500mph commented on GitHub (Jul 16, 2021):

LOL.. this is an infinite loop. #593 says try #351 .. which ends up referring to #593 again .. and there isn't really anything to even try in #351. I tried doing it 50 times and still can't get it to change anything. I'd be thrilled if even that worked. Three times? I'd be a utopia drinking pure bliss.

<!-- gh-comment-id:881469180 --> @17500mph commented on GitHub (Jul 16, 2021): LOL.. this is an infinite loop. #593 says try #351 .. which ends up referring to #593 again .. and there isn't really anything to even try in #351. I tried doing it 50 times and still can't get it to change anything. I'd be thrilled if even that worked. Three times? I'd be a utopia drinking pure bliss.
Author
Owner

@je2555 commented on GitHub (Jul 29, 2021):

@17500mph @nguyenhoangnam3111996

I fixed this for us by realizing that you can't change any settings in the web interface if you define the $CONFIG array in config.php

So if you set a default language or some of the other options you can no longer modify them without modifying config.php

These seem to be the defaults if you don't define the array:

$CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":true,"hide_Cols":false,"calc_folder":true}';
<!-- gh-comment-id:889071406 --> @je2555 commented on GitHub (Jul 29, 2021): @17500mph @nguyenhoangnam3111996 I fixed this for us by realizing that you can't change any settings in the web interface if you define the `$CONFIG` array in `config.php` So if you set a default language or some of the other options you can no longer modify them without modifying `config.php` These seem to be the defaults if you don't define the array: ```php $CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":true,"hide_Cols":false,"calc_folder":true}'; ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#425
No description provided.