Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dlhpatentcom

    (@dlhpatentcom)

    I 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.

    Thread Starter dlhpatentcom

    (@dlhpatentcom)

    I 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!

    Thread Starter dlhpatentcom

    (@dlhpatentcom)

    This 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

    Thread Starter dlhpatentcom

    (@dlhpatentcom)

    I 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.

Viewing 4 replies - 1 through 4 (of 4 total)