• Hello. Thank you very much for the plugin. So far it is doing exactly what I need.

    I am encountering a small issue though. Whenever I login to my WP back-end and try to carry out my first push with DB Migrate (screenshot), it always fails with an error

    Connection Timeout #134

    Screenshot here. If I refresh the page and attempt the same push, the push goes through without issue. I can re-create this every time. Any ideas how to troubleshoot this?

    I should note that in every case, I am pushing from my local computer (on which I am developing my site on a virtual Vagrant box) to my web server.

    I guess I could try pulling from my web server instead of pushing, to see if the same issue occurs.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Brad Touesnard

    (@bradt)

    Hi, could you submit the form on the Help tab and include the diagnostic info?

    Thread Starter cag8f

    (@cag8f)

    Sure, here it is:

    site_url(): http://test01.com
    home_url(): http://test01.com
    Table Prefix: wp_
    WordPress: WP4.6.1
    Web Server: nginx/1.11.5
    PHP: 7.0.12-1+deb.sury.org~trusty+1
    MySQL: 5.5.53-0ubuntu0.14.04.1
    ext/mysqli: yes
    WP Memory Limit: 64M
    WPSDB Bottleneck: 1 MB
    Debug Mode: Yes
    WP Max Upload Size: 1 GB
    PHP Post Max Size: 1 GB
    PHP Time Limit: 30
    PHP Error Log: /srv/log/php_errors.log
    fsockopen: Enabled
    OpenSSL: OpenSSL 1.0.2j  26 Sep 2016
    cURL: Enabled
    
    Active Plugins:
    Data types for Adventure Tours theme (v2.1.8) by Themedelight
    Contact Form 7 (v4.5.1) by Takayuki Miyoshi
    Duplicate Post (v3.0.3) by Enrico Battocchi
    Hello Dolly (v1.6) by Matt Mullenweg
    My Private Site (v2.14.1) by David Gewirtz
    WPBakery Visual Composer (v4.12.1) by Michael M - WPBakery.com
    Media Library Assistant (v2.33) by David Lingren, Fair Trade Judaica
    Slider Revolution (v5.2.6) by ThemePunch
    TinyMCE Advanced (v4.4.1) by Andrew Ozz
    Widget Importer & Exporter (v1.3.1) by Steven Gliebe
    WooCommerce (v2.6.8) by WooThemes
    WordPress Importer (v0.6.3) by wordpressdotorg
    Yoast SEO (v3.8) by Team Yoast
    WP Sync DB (v1.5) by Sean Lang
    Easy Forms for MailChimp by YIKES (v6.2.3) by YIKES
    
    ********************************************
    ******  Log date: 2016/11/18 09:53:54 ******
    ********************************************
    
    WPSDB Error: The connection failed, an unexpected error occurred, please contact support. (#121 - scope: ajax_verify_connection_to_remote_site)
    
    Attempted to connect to: http://everlookgroup.com/test01/wp-admin/admin-ajax.php
    
    WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => cURL error 56: Recv failure: Connection reset by peer
                    )
    
            )
    
        [error_data] => Array
            (
            )
    
    )
    
    ********************************************
    ******  Log date: 2016/11/18 18:00:50 ******
    ********************************************
    
    WPSDB Error: The connection to the remote server has timed out, no changes have been committed. (#134 - scope: ajax_verify_connection_to_remote_site)
    
    Attempted to connect to: http://everlookgroup.com/test01/wp-admin/admin-ajax.php
    
    WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
                    )
    
            )
    
        [error_data] => Array
            (
            )
    
    )
    
    ********************************************
    ******  Log date: 2016/11/21 16:40:32 ******
    ********************************************
    
    WPSDB Error: The connection to the remote server has timed out, no changes have been committed. (#134 - scope: ajax_verify_connection_to_remote_site)
    
    Attempted to connect to: http://everlookgroup.com/test01/wp-admin/admin-ajax.php
    
    WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received
                    )
    
            )
    
        [error_data] => Array
            (
            )
    
    )
    
    ********************************************
    ******  Log date: 2016/11/22 01:42:43 ******
    ********************************************
    
    WPSDB Error: The connection to the remote server has timed out, no changes have been committed. (#134 - scope: ajax_verify_connection_to_remote_site)
    
    Attempted to connect to: http://everlookgroup.com/test01/wp-admin/admin-ajax.php
    
    WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received
                    )
    
            )
    
        [error_data] => Array
            (
            )
    
    )
    
    ********************************************
    ******  Log date: 2016/11/22 06:51:09 ******
    ********************************************
    
    WPSDB Error: The connection to the remote server has timed out, no changes have been committed. (#134 - scope: ajax_verify_connection_to_remote_site)
    
    Attempted to connect to: http://everlookgroup.com/test01/wp-admin/admin-ajax.php
    
    WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
                    )
    
            )
    
        [error_data] => Array
            (
            )
    
    )
    
    
    Thread Starter cag8f

    (@cag8f)

    Again, this error only occurs on the *first* push after I login. After it fails, and I reload the page, the push will then connect and execute without issue.

    Thread Starter cag8f

    (@cag8f)

    To update, I can recreate this only if I boot-up my local computer from shut down, then boot-up my virtual machine, then run Migrate DB. Whenever I do so, this issue will occur.

    If I then power down my virtual machine, keep my local computer powered on, and boot-up my virtual machine again, the issue will not occur.

    Just giving you more troubleshooting info.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘First push always fails with Connection Timeout #134’ is closed to new replies.