Getting this error:
Fatal error: Call to undefined function addSlashesIfNeeded() in ** on line 0
can someone tell me what this error means? and possibly a solution?
thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looks like your code calls a custom function called
addSlashesIfNeeded()and your code isn’t including for whatever reason. You need to find the file where that function is defined and include it in the page that is trying to call it.