Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Looks like this was a core WP bug and it was fixed in the latest ver so it’s working now.
https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/
Some sites with older versions of OpenSSL installed were unable to communicate with other services provided through some plugins.I’ll mark this as resolved, let us knwo if you have any more problems.
Thanks,
Stiofan
Yes…
I also tried it in your first active plugin before any code and it was still the same, this is before any plugins or theme is loaded, so either it’s being blanked in core WP (which i highly doubt) or there is a server problem.
Thanks,
Stiofan
Hello,
The root of the problems seems to be the “polylang” plugin, our only confirmed compatable translation plugin is WPML. If i can disable “polylang” i can try to fix the problems it caused?
Thanks,
Stiofan
I have fixed the logo issue and reactivated it 🙂
Stiofan
Tell them they can use this as some test code, i would just paste it in your theme 404.php page after the
$options = array(); $options['method'] = 'GET'; $url = 'https://scontent-lhr3-1.xx.fbcdn.net/hphotos-xtf1/v/t1.0-9/580344_1100023650021802_7143324500718165215_n.jpg?oh=1bc13fede3783b5ce1855fb72c596099&oe=5718E8E7'; $response = wp_safe_remote_request( $url, $options ); if ( is_wp_error( $response ) ){ echo $return->get_error_message(); }else{ echo 'All Good'; }Thanks,
Stiofan
@greensalesnordic can u start your own topic please so we can then ask for credentios in a private reply.
@travaggie can you provide credentials please?
Thanks,
Stiofan
Hello,
Quick question before i start investigating this, do either of you have the Woo shop page set as a GD page under GD>Permalinks?
Thanks,
Stiofan
When i went to your site today GDB was disabled, i have re-enabled it, the –> u seen is likely broken code comments, i have set these to not show, let me know if you see them again.
For the problems a bit of JS in the main page was being added to the combined file but it was breaking it so i added the below code to tell it to remove that part of code from the combined file:
function netbrasil_geodir_booster_exclude_js( $continue, $content ) { // Skip script if (strpos($content, 'var tlJsHost') !== false) { $continue = true; } return $continue; } add_filter( 'geodir_booster_script_continue', 'netbrasil_geodir_booster_exclude_js', 10, 2 );Thanks,
Stiofan
Keep us updated, hopefully it was a one off on the server.
Stiofan
Excellent, thanks for updating us! 🙂
Stiofan
Hello,
If that is the only occurrence then i have fixed it with css if there is more then please provide FTP so i can dig further.
Thanks,
Stiofan
Yes your server is not recognising the query vars, i can do a print_r($_REQUEST); and it displays nothing, this is out with our control, please resolve this with your host.
Thanks,
Stiofan
Hello,
#1 that is strange, but it works if the link is correct http://golflog.ca/add-course/?listing_type=gd_place, it should auto redirect to that but its not.
#2 again strange, i would need FTP info to debug.
Thanks,
Stiofan
Hi again,
I have added some code to your child theme functions.php to exclude some script, and it all looks to be working now, please check and let us know if you have any problems.
Thanks,
Stiofan
Hello, this is the error being returned, please pass it on to your server admin: “SSL certificate problem: unable to get local issuer certificate”
Thanks,
Stiofan
-
AuthorPosts