dlhpatentcom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warnings in XMLRPC.phpI have finally figured it out. The fix was extremely simple, but hard to find. I changed this line:
/** Include the bootstrap for setting up WordPress environment */ include('./wp-load.php');To read:
/** Include the bootstrap for setting up WordPress environment */ include('wp-load.php');This can be marked resolved.
Forum: Fixing WordPress
In reply to: Warnings in XMLRPC.phpI have still not found a solution for this problem. I very strongly believe that the URLs in my XML-RPC file are incorrect. If someone can suggest what to change them to to fix this problem, or how to generate a new XML-RPC file, I would really appreciate it. Thanks!
Forum: Fixing WordPress
In reply to: Warnings in XMLRPC.phpThis is the error I got when I typed in my URL after I tried your solution:
Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\index.php on line 17
Fatal error: require() [function.require]: Failed opening required ‘./wp-blog-header.php’ (include_path=’.;c:\php\5\pear’) in \\boswinfs01\home\users\web\b834\ywh.dlhpatentcom\index.php on line 17
Forum: Fixing WordPress
In reply to: Warnings in XMLRPC.phpI just did that, BUT I didn’t delete all my old files, I just did an overwrite command. I’ll see if completely deleting everything else helps.