Uncaught Error: Call to undefined function mysql_real_escape_string()
-
Hello,
I am receiving the following error between PayPal and my website following processing of a payment. It appears that my cart is sending information to PayPal to process payment however is not able to communicate back:
Uncaught Error: Call to undefined function mysql_real_escape_string()
My log file is showing the following fatal error:
[13-Feb-2018 09:10:24 UTC] PHP Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /home/vijayandclinton/public_html/wp-content/plugins/gift-registry/php/paypal_response.php:25
Stack trace:
#0 /home/vijayandclinton/public_html/wp-content/plugins/gift-registry/gift-registry.php(322): gr_handle_paypal_response()
#1 /home/vijayandclinton/public_html/wp-includes/class-wp-hook.php(286): GiftRegistry::filterContent(‘<p><!– Automat…’)
#2 /home/vijayandclinton/public_html/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘<p><!– Automat…’, Array)
#3 /home/vijayandclinton/public_html/wp-includes/post-template.php(240): apply_filters(‘the_content’, ‘<!– Automatica…’)
#4 /home/vijayandclinton/public_html/wp-content/themes/together/template-parts/content.php(36): the_content(‘Continue readin…’)
#5 /home/vijayandclinton/public_html/wp-includes/template.php(690): require(‘/home/vijayandc…’)
#6 /home/vijayandclinton/public_html/wp-includes/template.php(647): load_template(‘/home/vijayandc…’, false)
#7 /home/vijayandc in /home/vijayandclinton/public_html/wp-content/plugins/gift-registry/php/paypal_response.php on line 25PayPal is showing a 404 error.
Any suggestions or help you can provide would be appreciated.
The topic ‘Uncaught Error: Call to undefined function mysql_real_escape_string()’ is closed to new replies.