Warnings in XMLRPC.php
-
Hello, I am troubleshooting a website built by someone else at https://www.dlhpatent.com/. I was attempting to install Jetpack when I got this error back:
Your Jetpack has a glitch. Something went wrong that’s never supposed to happen. Guess you’re just lucky: xml_rpc-32700
Try connecting again.Error Details: The Jetpack server could not communicate with your site’s XML-RPC URL. Please check to make sure https://www.dlhpatent.com/xmlrpc.php is working properly. It should show ‘XML?RPC server accepts POST requests only.’ on a line by itself when viewed in a browser and should not have any blank links or extra output anywhere.
I went to my xmlrpc file at https://www.dlhpatent.com/xmlrpc.php
and received a host of warnings seemingly indicating that the links in the xmlrpc file are bad. Here’s the list of warnings:Warning: include(./wp-load.php) [function.include]: failed to open stream: No such file or directory in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 29
Warning: include() [function.include]: Failed opening ‘./wp-load.php’ for inclusion (include_path=’.;c:\php\5\pear’) in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 29
Warning: include_once(ABSPATHwp-admin/includes/admin.php) [function.include-once]: failed to open stream: No such file or directory in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 53
Warning: include_once() [function.include]: Failed opening ‘ABSPATHwp-admin/includes/admin.php’ for inclusion (include_path=’.;c:\php\5\pear’) in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 53
Warning: include_once(ABSPATHWPINC/class-IXR.php) [function.include-once]: failed to open stream: No such file or directory in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 54
Warning: include_once() [function.include]: Failed opening ‘ABSPATHWPINC/class-IXR.php’ for inclusion (include_path=’.;c:\php\5\pear’) in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 54
Warning: include_once(ABSPATHWPINC/class-wp-xmlrpc-server.php) [function.include-once]: failed to open stream: No such file or directory in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 55
Warning: include_once() [function.include]: Failed opening ‘ABSPATHWPINC/class-wp-xmlrpc-server.php’ for inclusion (include_path=’.;c:\php\5\pear’) in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 55
Fatal error: Call to undefined function apply_filters() in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\xmlrpc.php on line 65
I switched to the TwentyTwelve theme and uninstalled all plugins except Akismet, but to no avail. It looks to me like the xmlrpc file and files such as wp-load.php are in the same root directory. If there is some other directory above my current root directory I’m not aware of it, nor how to check that. Please help, this is extremely baffling.
- The topic ‘Warnings in XMLRPC.php’ is closed to new replies.