kkoyan
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Icon not availableThanks. What was missing the selection of one FontAwesome Kit
We have the same issue with WP5.1 and IdeaPush v4.37
https://youtu.be/j0h7-eG95VM (with WP5.1)
https://youtu.be/pV9HzqMiz1s (with WP5.0.3)
Saving after changing the status just makes the idea unpublished.Forum: Plugins
In reply to: [Loco Translate] Webhook after saving filesThanks for the suggestions, and for looking into it and adding the shutdown function. Superb!
> Git hooks are also planned.
Now you have me hooked. When this happens, we are very interested in the PRO service.Be well, and thanks again,
KonstantinosForum: Plugins
In reply to: [CMB2] Older versions get deleted from wpackagistThanks.
We are switching to packagist (we have our own packages there anyway).Indeed it is a multiple file system, devivered by automatic deployment, and autoscaling.
We noticed that the wordfence_waf.php file is missing from the automatic deployments.
Could that be causing it? We are including it and checking again.Thanks Wfasa,
I had already tried turning off live logging. The binlogs continued raising. I had also turned off (temporarily, for a couple hours each) scans and firewall but the growing continued. Checking the generated bin logs I see a lot of records like this:
https://www.dropbox.com/s/e80kxlhdp5g7zis/binlog-ss.pngSET @@SESSION.GTID_NEXT=’XXXXXXXXXXXXXXXX’
use ‘mydb’;create table IF NOT EXISTS myprefix_wfFileChanges ( ‘filenameHash’char(64 NOT Null….
SET @@SESSION.GTID_NEXT=’XXXXXXXXXXXXXXXX’
use ‘mydb’;create table IF NOT EXISTS myprefix_wfHits ( ‘id’ int(10) unsigned ….An alternative (in our case) could be to log all that temporary info in the redis server, but that would require some patching.
Please note: It is not the reading the database that creates the binlogs, it is only writting in the database.