I installed WordPress on unix hosting provider and now I see warnings when executing xmlrpc.xml?
Greatly appreciate in advance for helping me to resolve this problem.
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.
Warnings are just that: warnings. They tell you that something might be broken but it’s not enough to cause the script to fail.
The real problem is the fatal error:
Fatal error: Class 'IXR_Server' not foundThis indicates that WordPress is not installed correctly.
Also, you shouldn’t show error messages on production sites. Use error logging instead. This guide should get you started.