Alexandr
Alexandr
hi. I apologize for the long response crash log Date/Time: 2024-04-28 16:29:59.842 +0100 End time: 2024-04-28 16:32:35.574 +0100 OS Version: macOS 14.3 (Build 23D56) Architecture: x86_64h Report Version: 44 Incident...
thanks 😀 [GyroflowCore.log](https://github.com/gyroflow/gyroflow/files/15176042/GyroflowCore.log) [FxPlug.log](https://github.com/gyroflow/gyroflow/files/15176043/FxPlug.log)
I can confirm. On Mac OS Sonoma too
Probably this is not needed https://github.com/10up/ElasticPressLabs/blob/develop/includes/classes/Indexable/User/User.php#L675-L677 ```php if ( isset( $args['include'] ) || isset( $args['exclude'] ) || 0 < $args['offset'] ) { $args['ep_indexing_advanced_pagination'] = false; } ```
Hi @burhandodhy For example i need ~9000 users of ~1200000 I'v fixed my problem adding some code from the plugin ```php add_filter('ep_user_pre_query_db_results', function($results, $args) { // ... some code //...
All protocols not work on Tinkoff. Also not work from 1 dec on home provider (dom.ru)
@Log1x latest blade icons version (1.8.0) fatal when using wp cli https://github.com/roots/bedrock/issues/763
4.3.1
seems my mistake was to install blade-icons to the sage folder ps. i figured out why this happened. i use elasticpresslabs that has old psr/container like in blade-icons 1.7. New...