• Resolved Be Dark

    (@b_dark)


    Hello and happy new year!

    I have a big problem, every time I click publish on a post and the auto-posting procedure starts, I get a 404 Page Not Found Error and the procedure stops without sending all the posts. That happens only when your plugin is on, never when it’s disabled.
    My server is vps with 2core cpu’s and 3 gb of ram. I have added around 500 social accounts with your plugin. And on php.ini max_input_vars=16000.

    https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/

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

    (@nextscripts)

    The most common reason for this is the amount of memory allowed for PHP on your server. Please check and make sure it’s not 32M or less. You need at least 64M, but if you have other plugins 128M or even 256M is recommended.

    Please note, it’s not related to the total physical memory amount of your server. Your server can have 48GB of memory yet still only 32MB could be allowed to PHP.

    Another possible problem is broken curl/sslcurl, please check CurlSSL from Help/Support tab.

    Thread Starter Be Dark

    (@b_dark)

    Hello,
    on my wp-config.php i have:

    define('WP_MEMORY_LIMIT', '256M');
    define('WP_MAX_MEMORY_LIMIT', '512M');

    on my Help/Support tab:
    PHP Version: 5.6.16; Memory limit: 512 MByte; Memory usage: 118.19 MByte;

    YTestting... cURL
    
    --== Test Requested ... http://www.nextscripts.com/
    Testing ... http://www.nextscripts.com/ - http://www.nextscripts.com/
    ....HTTPS to NXS - OK
    
    --== Test Requested ... http://www.google.com/intl/en/contact/
    Testing ... http://www.google.com/intl/en/contact/ - http://www.google.com/intl/en/contact/
    ....HTTP to Google - OK
    
    --== Test Requested ... https://www.google.com/intl/en/contact/
    Testing ... https://www.google.com/intl/en/contact/ - https://www.google.com/intl/en/contact/
    ....HTTPS to Google - OK
    
    --== Test Requested ... https://www.facebook.com/
    Testing ... https://www.facebook.com/ - https://www.facebook.com/
    ....HTTPS to Facebook - OK
    
    --== Test Requested ... https://graph.facebook.com/
    Testing ... https://graph.facebook.com/ - https://graph.facebook.com/
    ....HTTPS to API (Graph) Facebook - OK
    
    --== Test Requested ... https://www.linkedin.com/nhome/
    Testing ... https://www.linkedin.com/nhome/ - https://www.linkedin.com/nhome/
    ....HTTPS to LinkedIn - OK
    
    --== Test Requested ... https://twitter.com/
    Testing ... https://twitter.com/ - https://twitter.com/
    ....HTTPS to Twitter - OK
    
    --== Test Requested ... https://www.pinterest.com/
    Testing ... https://www.pinterest.com/ - https://www.pinterest.com/
    ....HTTPS to Pinterest - OK
    
    --== Test Requested ... http://www.livejournal.com/
    Testing ... http://www.livejournal.com/ - http://www.livejournal.com/
    ....HTTP to LiveJournal - OK
    Done

    on php.ini:

    Resource Limits
    max_execution_time = 60
    max_input_time = 120
    max_input_vars = 16000
    memory_limit = 512M

    Plugin Author NextScripts

    (@nextscripts)

    What do you have in the Plugin Settings->How to make auto-posts – “Scheduled” or “Immediately”?

    if you have “Immediately”, please switch to “Scheduled”, because 404 can be result of the timeout.

    if you have “Scheduled”, please contact support directly we will need to take a look at your environment.

    Hi Together, i have the same Problem an i think it comes with the 2 last Updates.

    My PHP Mermory is set to 256MB but i become an 404 Error Page displayed after Post.

    My Logs are clean, so no errors in the log of SNAP.

    I use the “Scheduled” and “Immediately” Method. But the same Error.

    So what i can do now?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘404 Page Not Found Error When Publishing New Post’ is closed to new replies.