Mateusz Gbiorczyk
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF: Better Search] Plugin Compatibility Issue with PHP 8.3@prachi-vashishtha From what I see, the paths point to another file, not to our plugin file.
Forum: Plugins
In reply to: [ACF: Better Search] User Fields Search (Repeater)Hi @gportillap,
Thank you for your message.
Our plugin does not support ACF fields for users. That’s why it doesn’t work.
Best,
Mateusz@lrss Unfortunately I can’t tell you anything more than what you have written in the error message. Every server is different, every site is built differently, every site has different plugins. There are too many variables. I tried to make the message as universal as possible.
Hi @lrss,
Thank you for your message.
Nothing has changed in our plugin regarding the detection of the rewrites_cached error for a long time. This means that something has changed in your server configuration.
If you have the LiteSpeed ??Cache plugin, you may have image optimization or image caching by the CDN server activated. Please check these settings.
Best,
MateuszHi @navasahmed,
Thank you for your message. I am sorry you have encountered a problem with our plugin. Do not worry, I will try to help you.
I want to see what might have gone wrong. Could you send me a screenshot of the Help Center tab in the plugin’s settings? I will check it because in this tab I have information about the status of your website.
Please send the screenshots to my email address:
hello(at)mattplugins.com
, as there is confidential information there. I will check them and get back to you here.Best,
Mateusz@operativeit No, the solution is to unblock this function.
Hi @operativeit,
Thank you for your message.
It appears that either the curl_multi_exec function is disabled on your server (it is listed in the disable_functions list in your PHP configuration) or the cURL library in PHP is not available on your server. This PHP function is required for the plugin to function properly.
In this case, please, contact your server administrator.
Best,
MateuszHi @wpnpc420,
Thank you for your message.
You will find the answer to this question in the plugin FAQ under the question “How to exclude paths from converting?”.
Best,
MateuszThank you for the confirmation @mirgub!
Hi @sauron4u,
Thank you for your message.
Please add the following filter to your functions.php file in your theme directory:
add_filter( 'webpc_source_directories', function ( $directories ) { $directories[] = 'peepso'; return $directories; } );
Best,
MateuszHi @mirgub,
Please read the entire description of the plugin on www.remarpro.com – everything is described there and there is a link to a guide on how to test whether the plugin is working properly.
Best,
Mateusz@tuiuiucomunicacao You’re right – you don’t have to worry about anything. You can find more information in the “How does the plugin work?” side widget in the plugin settings panel.
Thank you for your message.
Please tell me if you have read how the plugin works? It is described in many places, including the plugin settings panel and similar threads on this forum.
Best,
MateuszForum: Plugins
In reply to: [ACF: Better Search] Plugin Compatibility Issue with PHP 8.3Thank you for your message.
Please tell me in what exact situation is this warning generated? I have an environment with PHP 8.3 and I can’t reproduce the situation for this warning to occur.
Best,
MateuszThanks for sending the logs, @sicurapiu!
I found the source of the problem – your server does not have the cURL library installed and active in the PHP configuration, or the curl_multi_exec function is in the disable_functions list. This function cannot be blocked, it must be active, because our plugin requires it.
Please contact your hosting support and ask for it.