Sloth Weather
Forum Replies Created
-
Forum: Plugins
In reply to: [National Weather Service Alerts] 1.3.1 Data ErrorHello laubsterboy,
I do have curl and allow_url_fopen. I think I found the error (or issue) after digging further. When this plugin sends the xml request to alerts.weather.gov over https, my server sends back rst because it doesn’t like the certificate (fatal warning, certificate unknown) alerts.weather.gov sends back.
The certificate that alerts.weather.gov sends back is a valid certificate (tested with openssl) but for some reason during the request over curl, gets messed up.
I can bypass this and get alerts.weather.gov and https requests happy if I add the following line before $curl_data = curl_exec($curl);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); (yes, we want to verify certificates, I know.)I do have other curl requests on my site that work just fine. I am digging further to see what is going on. What do you think?
recap: I do get NWS alerts when I set SSL not to verify the cert when this plugin sends the xml request, so it is a workaround.
Forum: Plugins
In reply to: [National Weather Service Alerts] 1.3.1 Data ErrorI do get these errors when using this plugin in console.
“Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys”
“Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required”
I do not have any errors when debugging logged in my log files on the server. Let me know if I can be of any assistance!
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Problems with mail address validationJohnny, We just installed this plugin the other day and found out about the capital letter in an email address gives the (not valid error) which it was a valid email, it just had the first letter capitalized. We have not tried an email address that has a blank space in it though. The email is of announce for people on mobile devices where the device usually auto capitalizes the first letter in a text box.
This is a pretty amazing plugin for quizzes!