Plugin and app not connecting anymore since the last update.
“Impossible to connect to source with provided information.”
]]>Dear, the plugin doesn’t work with PHP 8 due a deprecated method. Within /goodbarber/singletons/query.php there is a call to get_magic_quotes_gpc(), deprecated with PHP 8.
Since PHP no longer adds slashes to request parameters (removed in PHP 5.4), get_magic_quotes_gpc() always returns false. With that in mind, the code don’t have to do a check to the string.
I’ve overcome the issue commenting the code like this:
function strip_magic_quotes($value) {
//if (get_magic_quotes_gpc()) {
//return stripslashes($value);
//} else {
return $value;
//}
}
I’m asking for plugin update to solve the issue from your side.
Best regards
Is it possible for the GoodBarber user to be automatically logged into the WordPress site?
]]>Hi, I have a problem with the plugin and would like to know if I myself could do anything. After setting everything up both in WP and Goodbarber Backoffice It keeps giving me error connecting with the site. I′ve checked PHP errors and it seems Goodbarber is trying to get some files directly from public_html directory and not from the wordpress installation directory, that is a subfolder of public_html. I can make file changes if needed, but I think the problem is in the request and not at delivery.
Any help would be appreciated.
Thanks
Hi,
I have installed it in multi site wordpress but GoodBarber Key is not showing in setting page
Please guide me how to install ” Good Barber “.
I am finding an external source data when i click to download
Hello. Glad to see that Dan is working with Goodbarber on this plugin. I personally do not like the other json api plugin ;-).
I noticed this question was previously asked, but could see the response.
With that said, is it possible to select any posts type? For example post_type =”listing”.
Also, what about any custom post meta data assigned to the custom post type that are generated from custom fields?
Thanks in advance.
Peter
Hi,
is it possible to select any posts?
For example post_type =”type of my posts”
Thanks
Giovanni
]]>