• Hello
    Finaly i have buy the plugin but that did not solved i m happy with it but can somebody reply on what is happening that Paypal Option field gets empty?
    Note i have read THIS
    I contact Godaddy support they say nothing is disabled by them,i try disabling plugins also i add this define (‘ALTERNATE_WP_CRON’, true); to wp config but same thing.
    Then i install wp crontrol plugin and when i chk Tools> Cron Events there is a message with red.
    There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron events on your site may not work. The problem was:
    Unexpected HTTP response code: 429
    Sometimes code is 503
    If someone can help please reply.
    PS:Most interesting this is the only removed from all schedules ws_plugin__s2member_auto_eot_system__schedule

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try to find what is “HTTP response code 429”. It may be because of ‘ALTERNATE_WP_CRON’ too. May need to talk with the hosting again.

    Thread Starter Omtesla

    (@itesla)

    Hello
    This is what i did and it work there is still that message in Cron Schedules but the EOT field is still there.
    This what i did robots.txt

    User-agent: *
    Disallow: /wp-content/uploads
    Disallow: /wp-admin
    Disallow: /wp-includes
    Disallow: /wp-content/plugins
    Disallow: /wp-content/themes
    Disallow: wp-app.php
    Disallow: wp-atom.php
    Disallow: wp-blog-header.php
    Disallow: wp-comments-post.php
    Disallow: wp-config-sample.php
    Disallow: wp-config.php
    Disallow: wp-cron.php
    Disallow: wp-feed.php
    Disallow: wp-login.php
    Disallow: wp-links-opml.php
    Disallow: wp-mail.php
    Disallow: wp-pass.php
    Disallow: wp-rdf.php
    Disallow: wp-register.php
    Disallow: wp-rss.php
    Disallow: wp-rss2.php
    Disallow: wp-settings.php
    Disallow: wp-trackback.php
    Disallow: xmlrpc.php

    Then i add this to .htaccess file.

    <Files wp-cron.php>
    order allow,deny
    deny from all
    </Files>
    <Files xmlrpc.php>
    order allow,deny
    deny from all
    </Files>

    Also i deleted a plugin named BBPress Votes but i doubt he was the problem will test further to see if it gets blank again.

    Thread Starter Omtesla

    (@itesla)

    Oh forgot i also replaced a file named paypal-ops.inc.php even not know what made the work.

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

The topic ‘[plugin:s2member pro] Automatic EOT system gets blank’ is closed to new replies.