phloo
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Velocity Minify] wp cli command returns timeoutThanks for the help, really appreciated!
Forum: Plugins
In reply to: [Fast Velocity Minify] wp cli command returns timeoutRemove the complete call, didn’t test one by one. Sorry
Forum: Plugins
In reply to: [Fast Velocity Minify] wp cli command returns timeoutBoom, I removed the functions call and yes, no error message.
Forum: Plugins
In reply to: [Fast Velocity Minify] wp cli command returns timeoutTried, unfortunately no change to the response.
Forum: Plugins
In reply to: [Fast Velocity Minify] wp cli command returns timeoutReturns “Success: The cache was flushed.”
Yes, it means WPengine. I saw the function FVM uses to flush their caches.
I will check if the plugin has some curl calls but still weird that it sends a message back to the cli command. And it hasn’t three weeks ago.Thanks for investigate this “issue”.
Forum: Plugins
In reply to: [Fast Velocity Minify] wp cli command returns timeoutNope, this is the only output
XXXX.ssh.wpengine.net:~$ wp cron event run --due-now Success: Executed a total of 0 cron events.Forum: Plugins
In reply to: [Fast Velocity Minify] wp cli command returns timeoutThanks Raul, I forwarded this to WPE and hope they can find what you suggest to search for. It’s really weird, since we only use this cli command via shell.
So nothing else should run during the cache purging, right?
Forum: Plugins
In reply to: [Fast Velocity Minify] wp cli command returns timeoutThe WPE support says it can be related to flush the CDN cache. Because our site doesnt use a CDN.
But I am not sure. Maybe the timeout for the curl is too small? 1s
Still testing, Nastia. But I guess we will be fine.
Hi Kasia,
thanks for the feedback and code example.
This is helpful. But I still don’t understand how you can find such examples on your documentation pages, nor do I see anything like that on your dev’s provided links in the first answer. Even the search doesn’t find any infos about this filter, etc.
Thanks for the reply
There is no informations about the question I posted.
None of the API docs lists any information for the hook when a submission gets send via mail nor is there any code example for it.So no, doesnt really help.
Forum: Developing with WordPress
In reply to: wp-cli search-replace not working with GutenbergHey. As suggested I opened an issue at Github
https://github.com/wp-cli/wp-cli/issues/5293No response at all. I am wondering that no one else is reporting the same problem.
Found out that Gutenberg content is saved as escaped html (why though?) and the search pattern won’t match.Forum: Developing with WordPress
In reply to: wp-cli search-replace not working with GutenbergHonestly, not a friend of installing plugins for every purpose.
I understand that some focus on special features but this one is crucial.
Gutenberg becomes WordPress standard and so does wp cli. It should work as intended and not leave out serialized data (or at least mention it in the release/function notes).Thanks for both your feedbacks. Still hope it will be supported in a future version.
Forum: Developing with WordPress
In reply to: wp-cli search-replace not working with GutenbergHi Fahim, what exactly did I miss?
By default, the command uses tables registered to the $wpdb object. On multisite, this will just be the tables for the current site unless –network is specified.
I wouldn’t assume that Gutenberg stores its values somewhere else then the connected tables.
Ah, mondays.
I wasn’t talking about sites. I ment posts – sorry
edit: we just checked again and it seems to be a wrong translation on the publish button. The authors can click it but it will set to be reviewed. case closed (:
- This reply was modified 6 years, 7 months ago by phloo.