• Resolved fyse

    (@fyse)


    I can’t find anyone having a similar problem, but I apologise if this is already present on the site somewhere.

    When testing posting-via-email, the post appears on my blog ok, with subject, date and author as expected, but without any post content at all. I’m getting error messages, and I thought it best to just post the entire output from the script.

    <i> Connection Success!
    Received 1 messages

    Notice: Undefined property: parts in /**********************/class_mbox.php on line 135
    Mission complete, message 1 deleted.

    Notice: Use of undefined constant moblog – assumed ‘moblog’ in /**********************/wp-gmail.php on line 139

    From: ****************
    Date: 2005-07-07 20:13:30
    Date GMT: 2005-07-07 19:13:30
    Category: moblog
    Subject: Just a test…
    Posted content:

    Notice: Undefined index: 0 in /***************/wp-admin/admin-functions.php on line 382

    Notice: Undefined index: 1 in /*********************/wp-admin/admin-functions.php on line 383

    Notice: Undefined index: 2 in /********************/wp-admin/admin-functions.php on line 384

    Connection Closed</i>

    Oh, and I’m using a hacked version of the script called wp-gmail, available at https://www.audiolicious.com/weblog/2005/03/wordpress-gmail-mobile-blogging/. It enables me to use a Gmail account, since it supports SSL.

    Any advice very much appreciated!

    (NB I’ve starred out the personal information from the output)

Viewing 6 replies - 1 through 6 (of 6 total)
  • Fix the link to wp-gmail, please, so we can take a look at it.

    Thread Starter fyse

    (@fyse)

    Sorry, that should work now.

    array_push( $post_categories, moblog );

    That should probably read

    array_push( $post_categories, 'moblog' );

    Thread Starter fyse

    (@fyse)

    Thanks for the help. That gets rid of the following line…

    Notice: Use of undefined constant moblog – assumed ‘moblog’ in /**********************/wp-gmail.php on line 139

    …but unfortunately the other error messages remain, along with the lack of a content for my posts. Any other ideas? I’m at a loss, and my PHP knowledge is minimal…

    Thread Starter fyse

    (@fyse)

    Ah, I’ve just realised something else I should have mentioned. I was messing around with the script, with the original version the last set of error messagese actually reads…

    Notice: Undefined index: metakeyselect in /home/nrcf2/public_html/fyse-floatingface-com/wp-admin/admin-functions.php on line 378

    Notice: Undefined index: metakeyinput in /home/nrcf2/public_html/fyse-floatingface-com/wp-admin/admin-functions.php on line 379

    Notice: Undefined index: metavalue in /home/nrcf2/public_html/fyse-floatingface-com/wp-admin/admin-functions.php on line 380

    Thread Starter fyse

    (@fyse)

    I found the solution. Ditch the bad script that doesn’t work, and use the perfectly functioning one at…

    https://www.stealthangel.net/archives/05172005/65

    Sorry for the needless hassle, but I hope if anyone finds their way to this thread with the same problem it’ll point them in the right direction.

    Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Post content not appearing on emailed posts’ is closed to new replies.