• As noted in several (though not recent) threads, I am unable to post images using Post By Email.

    Site: http://www.figure8voyage.com.

    Am able to post, but attachments are stripped and I get the following error message.

    Error message: – xyz.jpg – Invalid response from the Jetpack site

    File sizes have been tiny, 100 – 300kb. (I’ll be posting from the Iridium Go, which has only small bandwidth. However, I’ve been testing today with a broadband connection.)

    Have tried several fixes mentioned in other places:
    -deactivated settings>protect.
    -deactivated/reactivated post by email functionality.
    -refreshed post by email address.

    Nothing so far has worked.

    Am about to go off-grid again tomorrow and was not expecting this glitch.

    Many thanks in advance,

    RR

    https://wordpress.org/plugins/jetpack/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Sorry about that! It looks like I’m too late, you’re most likely traveling right now.

    When you get back, could you add the following to your site’s wp-config.php file?

    define('WP_DEBUG', true);
    
    if ( WP_DEBUG ) {
    
            @error_reporting( E_ALL );
            @ini_set( 'log_errors', true );
            @ini_set( 'log_errors_max_len', '0' );
    
            define( 'WP_DEBUG_LOG', true );
            define('WP_DEBUG_DISPLAY', false);
            define( 'CONCATENATE_SCRIPTS', false );
            define( 'SAVEQUERIES', true );
    
    }

    Once you’ve done so, try publishing a new post by email, and check the wp-content/debug.log file for errors. You can paste the results here. You can then replace define('WP_DEBUG', true); by define('WP_DEBUG', false); in the code above.

    Thanks!

    Thread Starter rreeves0802

    (@rreeves0802)

    Jeremy,

    Thanks for the reply. Am back in port, but only for a day or two. [details removed as offers for paid work aren’t allowed in these forums] Or can you make a recco for someone w/quick turn around?

    Many thanks.

    RR
    http://www.figure8voyage.com

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    I don’t do paid work, and offers to pay aren’t allowed in here, so I’ve edited your post.

    If you’d like someone to follow the instructions above and look into this for you, I’d recommend posting in the WordPress job board here:
    http://jobs.wordpress.net/

    Let me know how it goes!

    Thread Starter rreeves0802

    (@rreeves0802)

    Got it. Thanks Jeremy. Sorry for the infringement of protocol. Am not a frequent visitor here. Will explore jobs.wordpress.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post by Email, image fails to load’ is closed to new replies.