All the filters I had created are gone - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: All the filters I had created are gone (/showthread.php?tid=2463) |
All the filters I had created are gone - geraldbigot - 11-18-2022 I don't know why but all filters have disappeared ! Have you an idea to get it back ? I can see it but when I click on each I obtain : "undefined" RE: All the filters I had created are gone - joebordes - 11-19-2022 Hi This happens on some installs. When it does, execute the build/HelperScripts/CustomViewSync.php script Either copy that script to the top directory of your coreBOS install (where the config.inc.php) file is and execute it in the browser https://your_url/your_corebos/CustomViewSync.php or execute from the command line, also from the top directory of your coreBOS install php build/HelperScripts/CustomViewSync.php that should add the necessary records to the View Permission module. Note that this module MUST be active and all users must be able to read and write to their records at least. RE: All the filters I had created are gone - geraldbigot - 11-20-2022 (11-19-2022, 11:15 AM)joebordes Wrote: Hi Hi, This was the solution. Thank you ! |