• Resolved Drakesilver

    (@drakesilver)


    Hi There,

    I use wordpress for several years now, but i am now stuck on a problem that i cannot resolve (Thats the reason ofcourse i made this post).

    I have installed a new fresh version of WP 3.5 on my host, removed all crap (akismet plugin, posts, even Hello Dolly). Then i downloaded postie plugin. Configured it like it is mentioned in the installation instructions ( i even watched a video on youtube.. a how to..) and i always get the same message in:

    wp-admin/options-general.php?page=postie/postie.php

    With error message:

    No data received
    Unable to load the webpage because the server sent no data.
    Here are some suggestions:
    Reload this webpage later.
    Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

    First i thought it would be my theme.. That wasn’t it. Then i tought it was my browser (so i tried IE,Chrome and firefox on 2 diffrent laptops), but i need to say i am lost here! 🙁

    My first question is:

    1. Is this plugin tested with WP 3.5 with standard theme?
    2. Is there an issue regarding the fact i am using IMAP-SSL with Gmail account (everything is configured ok in my gmail by the way?)

    Thx for all your support..

    p.s. I get this error message (the 324 error) when i try to test the email settings in the plugin and also when i hit the button “Run Postie”

    Drake

    http://wordpress.org/extend/plugins/postie/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    Thanks for the note. I’m not too sure what is going on as I do test on WP 3.5 with the Twenty Twelve theme successfully.

    If you install another plugin does it work?

    File permissions?

    Try adding the following lines to your wp-config.php file

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('POSTIE_DEBUG', true);

    Various errors, warning and informational will be written to the wp-content\debug.log file. There may also be all sorts of warnings and messages in your site as well depending on how well behaved your other plugins and themes are, so you will not want to leave these settings set to true all the time.

    The next step might be contacting your hosting provider.

    Thread Starter Drakesilver

    (@drakesilver)

    Hi Allen,

    I tried with adding the define lines into WordPress config file. Unfortunately no result.

    My hosting provider does not seem to be the issue. As i have the same issue with Postie when i have a clean install of WP 3.5 in my WAMP server. It simply gives me a blanc page.

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Did anything show up in the debug.log file?

    It is very strange. Postie gets installed several hundred times per day and this is the first time I’ve heard of this problem.

    What OS are you using?

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Another thought. If you look carefully at the URL in your browser is it correct? I see reports of this issue on the web resulting from the siteurl and home fields in the wp_options table not being correct.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incompatibilit WP3.5 and Postie Version 1.4.24’ is closed to new replies.