- This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › PHP Error On Clicks and Sign Ups
Tagged: WP Affiliate
Hello All,
Whenever someone signs up for my affiliate program within the WP Affiliate Platform an error occurs after sign up: Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/imhome/public_html/wp-includes/functions.php on line 3201
This same error occurs when an affiliate sends a click to my website. It’s listed 6 times above the website content.
How do I get rid of this PHP error?
Thank you!
Please ensure that you are running the latest version of our plugins:
https://support.tipsandtricks-hq.com/automatic-update-request
Also, what version of WordPress are you using?
Are you running WordPress in debug mode?
Thank you for your reply. I am using WordPress 4.0.1 and Version v5.8.6 of WP Affiliate…
EDIT: After looking in my wp-config file I did see I was running in debug mode. Changed that to false, no more error notices. Thank you for the suggestion!