mekici go ahead and clear the recache, php flarum recache:clear it's a forbidden issue, which is probably related to your issue with fof/upload above.

    Kyrne I cleared the recache cache. However, the problem continues. No problem when plugin is disabled. But when it is activated, the icons look broken. You have solved the problem in the FOF / Upload plugin. I don't think it stems from it. There is a symbolic link for the font inside the Cache folder. But it doesn't point anywhere.

      • [deleted]

      Actually Kyrne I can also replicate this. It's there periodically, but not always... However, it's a bug I can easily reproduce.

        [deleted] I deleted the fonts folder linked to the symbolic in the cache folder of Recache and loaded the folder with the fonts there. I deleted and reloaded the fonts folder, which is a symbolic link link, which is also in the Assets folder. For now, everything is working properly.

        luceos image error after success setup. In setting i activated image optimization and lazy load. Do i need to activated that?

          maruco can you give me a few more details? What error do you see with debug mode on? When and where does this error occur?

            maruco please clear you forum cache: run these 2 commands in your Flarum install dir php flarum cache:clear and php flarum recache:clear

              Kyrne Although I read the web notifications, the notifications come back when the page is refreshed. I clean the cache after installing the new plugin, but the newly installed plugin mysteriously disappears after the page is refreshed. I think this plugin still needs to be developed.

                mekici can you check what version of ReCache you are on? I recently pushed a small hotfix for a few things. I have a bigger update coming out on Tuesday or Wednesday with a massive list of changes which will more than likely remedy any lingering issues.

                Edit: I reread some of your comments above and it looks like you disabled the "flushall" command (rename-command). This is a required command for recache to function. Without it, recache is unable to properly invalidate the cache when new data arrives

                  Kyrne When rename-command FLUSHALL "" is active in the redis.conf file, I get the answer when I run php flarum recache: clear kmut:

                  Clearing the cache...

                  In Client.php line 370:

                  ERR unknown command `FLUSHDB`, with args beginning with:
                  
                  
                  cache:clear [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--] <command>
                  
                  root@lemp-s-1vcpu-2gb-fra1-01:/home/site# php flarum recache:clear
                  
                  In Client.php line 370:
                  
                    ERR unknown command `FLUSHALL`, with args beginning with:
                  
                  
                  recache:clear [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--] <command>

                    mekici Did you see my edit above? Those commands need to be enabled (remove the rename-command) for ReCache to function properly. That is why you are seeing that weird behavior with notifications and extensions.

                    mekici I was getting an error while clearing the cache because I added the following lines to the redis.conf file. I have now fixed this and successfully cleared the cache.

                    rename-command FLUSHDB ""
                    rename-command FLUSHALL ""
                    rename-command DEBUG ""

                    Now the only problem is when using the upload plugin, it gives the same "opss ...." error. I tried imgur and local in fof / upload plugin. The same error in both. Meanwhile, image optimization is on, but jpegoptim, optipng is installed on the server.

                    There is no record of today in the log records

                    I did what you said. I removed the rename-command FLUSHALL "" line, but strange behaviors related to notifications and newly installed plugins continue.

                    Kyrne still not solved my problem bro
                    where i can find the redis.conf file?

                      • [deleted]

                      Kyrne I have a bigger update coming out on Tuesday or Wednesday with a massive list of changes which will more than likely remedy any lingering issues.

                      Looking forward to this....

                      maruco Your CSS seems broken, I don't believe this is related to ReCache though.

                        Kyrne The Recache plugin works fine for now. After removing this extension, it started working smoothly.

                        You can test the plugin at this address.