ReCache - Speed up your forum
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.
- Edited
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 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.
[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....