Cláudio Esperança
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Manager] Is this plugin working?I am seeing some strange POST submissions from some Russian addresses which are triggering some emails (with a time and an IP address) to site administrators where this extension is enabled. I’ve decoded the email source to:
<html><body> On: <strong>Feb 18, 2016 @ 4:50 AM</strong> <br /> IP: <strong>188.162.65.18</strong> <br /> <ul id="fm-summary-multi"> </ul> <hr /></body></html>Should I be worried?
Thank you for the assistance.
Forum: Plugins
In reply to: [Form Manager] html Custom email notifications with images and linksHello.
I’ve not tested your code but I noticed that you’ve used a single quote at the beginning of the src image attribute but a double quote at the end of the attribute value. Maybe your problem is being caused by this.
Forum: Plugins
In reply to: [Plugin: WP_GMaps2] Fatal error: Call to undefined function json_decode()The plugin has been updated. It should resolve your problem.
Thanks for your report.
Forum: Plugins
In reply to: [Plugin: WP_GMaps2] Fatal error: Call to undefined function json_decode()Hello.
You are getting that error because you probably don’t have a PHP version above or equal to 5.2 on the server where you are running the plugin (see http://pt.php.net/manual/en/function.json-decode.php for reference). If you’re familiar with PHP you can add substitute function to the “wp_gmaps2.php” file. However I will try to update the source in a few days to resolve this problem on the previous versions of PHP.
Thanks for reporting this. Stay tune for updates.