Author |
|
paul2021 Newbie
Joined: 03 October 2021
Online Status: Offline Posts: 24
|
Posted: 28 February 2022 at 3:48pm | IP Logged
|
|
|
Thank you so much for the wonderful help!
That not logging IP modification works very well.
For that disable Corporate folder, somehow users can still see that Corporate folder, and still have no problem uploading and downloading files there. Restarting web server, php, and clearing user browser, logging out/in, won't change that.
thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 March 2022 at 12:26am | IP Logged
|
|
|
It's not uncommon to try editing .json.bak file rather than .json one, make sure it's specifically CorporateFiles.config.json file you're editing, also make sure the file doesn't contain any hidden characters which could break JSON output. You can delete that file and then press "Update configuration" button in Database Settings screen of adminpanel so that it's recreated from a default one, which is modules/CorporateFiles/config.json in this case.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
paul2021 Newbie
Joined: 03 October 2021
Online Status: Offline Posts: 24
|
Posted: 02 March 2022 at 5:13am | IP Logged
|
|
|
Thanks so much, this worked well now.
What happened is, I am sorry I did not read your post well, so I was modifying
/var/www/html/modules/CorporateFiles/config.json
but according to your above reply, I realized I should actually modify
/var/www/html/data/settings/modules/CorporateFiles.config.json
|
Back to Top |
|
|