Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter swbuehler

    (@swbuehler)

    The final fix for me was to change “strpos” to “@strpos” to suppress any error messages produced by that function.

    Note that WP “out of the box” works fine, but something with Pagelines is causing an issue with the xml-rpc process (I notified the Pagelines authors of this a long time ago). Making the above-mentioned change fixes this semi-permanently (if you upgrade or reinstall WP you’ll need to go back in and change the line again).

    Since this issue I’ve already moved on to using MS Sharepoint as that’s the platform I’m working the most on and I’m taking advantage of an account I already have.

    Thread Starter swbuehler

    (@swbuehler)

    I finally just put a @ in front of the strpos function at the location specified to suppress the error message and it now works. I can’t figure out which part is causing the error.

    Thread Starter swbuehler

    (@swbuehler)

    These two lines are the cause:

    Warning: strpos() [function.strpos]: Empty delimiter in /home/content/94/7216994/html/wordpress/wp-includes/class-wp-xmlrpc-server.php on line 2379
    
    Warning: strpos() [function.strpos]: Empty delimiter in /home/content/94/7216994/html/wordpress/wp-includes/class-wp-xmlrpc-server.php on line 2379

    I can’t figure out what it’s expecting. The request looks just fine. It’s something about attachments?

    Thread Starter swbuehler

    (@swbuehler)

    Here’s the reply I’m getting:

    HTTP/1.1 200 OK
    Date: Tue, 10 May 2011 23:28:29 GMT
    Server: Apache
    X-Powered-By: PHP/5.2.17
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html
    
    6cb
    <br />
    <b>Warning</b>:  strpos() [<a href='function.strpos'>function.strpos</a>]: Empty delimiter in <b>/home/content/94/7216994/html/wordpress/wp-includes/class-wp-xmlrpc-server.php</b> on line <b>2379</b><br />
    <br />
    <b>Warning</b>:  strpos() [<a href='function.strpos'>function.strpos</a>]: Empty delimiter in <b>/home/content/94/7216994/html/wordpress/wp-includes/class-wp-xmlrpc-server.php</b> on line <b>2379</b><br />
    <br />
    <b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/content/94/7216994/html/wordpress/wp-includes/class-wp-xmlrpc-server.php:2379) in <b>/home/content/94/7216994/html/wordpress/wp-includes/class-IXR.php</b> on line <b>471</b><br />
    <br />
    <b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/content/94/7216994/html/wordpress/wp-includes/class-wp-xmlrpc-server.php:2379) in <b>/home/content/94/7216994/html/wordpress/wp-includes/class-IXR.php</b> on line <b>472</b><br />
    <br />
    <b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/content/94/7216994/html/wordpress/wp-includes/class-wp-xmlrpc-server.php:2379) in <b>/home/content/94/7216994/html/wordpress/wp-includes/class-IXR.php</b> on line <b>473</b><br />
    <br />
    <b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/content/94/7216994/html/wordpress/wp-includes/class-wp-xmlrpc-server.php:2379) in <b>/home/content/94/7216994/html/wordpress/wp-includes/class-IXR.php</b> on line <b>474</b><br />
    <?xml version="1.0"?>
    <methodResponse>
      <params>
        <param>
          <value>
          <string>437</string>
          </value>
        </param>
      </params>
    </methodResponse>
    
    0

    Same issue here in 2.3.3. WordPress is dumping the page rather than saving it. When I use “Save and continue editing” I get the response “You attempted to edit a page that doesn’t exist. Perhaps it was deleted?” When I use the “Save” button it responds with a new “Write New Post” page and my original work is gone. When I use “Publish” the new page does not get posted and a check of the database using phpMyAdmin on my host shows that the page is not added to the database. Trying to post a page using Windows Live Writer causes an Error 500 response from the server (although posting a regular article with the same software does NOT respond with that error). Trying to post in Safari 3 for Windows produces the message “Safari can’t open the page “https://www.life3.org/wp-admin/page.php”. The error was: “unknown error” ((null):10053) Please choose Report Bugs to Apple from the Help menu, note the error number, and describe what you did before you saw this message.”

    There were no changes made that I can see to any other part of the site except for the update from WP 2.3.2 to WP 2.3.3. It appears a bug has been introduced in 2.3.3 that needs attention.

    Thread Starter swbuehler

    (@swbuehler)

    That worked!

    Thread Starter swbuehler

    (@swbuehler)

    Now I’m getting a directory listing in /feed/.

    Thread Starter swbuehler

    (@swbuehler)

    I don’t know why it is; the directory permission is ‘666’, The directory is EMPTY (not even a .htaccess file). I changed the permissions to ‘777’ to see what happens.

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