Viewing 15 replies - 16 through 30 (of 47 total)
  • Im having the same issue.
    new website just installed.
    Dropbox stopped to work few weeks ago, but i know this is because of their side changes.
    But now im trying to backup to folder, which have perm 777.

    “Job “Backupinimas” has started, but not responded for 10 seconds.”

    My other website uses older version and it doesnt give this error.

    I am seeing the same thing. Is there any news on this????

    System info:
    WordPress version 4.1
    BackWPup version 3.1.4 Get pro.
    PHP version 5.4.37
    MySQL version 5.1.56-log
    cURL version 7.22.0
    cURL SSL version OpenSSL/1.0.1
    WP-Cron url: https://www.unfamiliarlight.com/wp-cron.php
    Server self connect: Response Test O.K.
    Temp folder: /home/ileslie/unfamiliarlight.com/wp-content/uploads/backwpup-09610b-temp/
    Log folder: /home/ileslie/unfamiliarlight.com/wp-content/uploads/backwpup-09610b-logs/
    Server Apache
    Operating System Linux
    PHP SAPI cgi-fcgi
    Current PHP user ileslie
    Safe Mode Off
    Maximum execution time 30 seconds
    Alternative WP Cron Off
    Disabled WP Cron Off
    CHMOD Dir 0755
    Server Time 12:20
    Blog Time 07:20
    Blog Timezone America/Montreal
    Blog Time offset -5 hours
    Blog language en-US
    MySQL Client encoding
    Blog charset UTF-8
    PHP Memory limit 256M
    WP memory limit 32M
    WP maximum memory limit 256M
    Memory in use 48.25 MB
    Loaded PHP Extensions: Core, PDO, Reflection, SPL, SimpleXML, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, hash, iconv, imagick, imap, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, mysqlnd, openssl, pcntl, pcre, pdo_mysql, pdo_sqlite, posix, pspell, session, soap, sockets, sqlite3, standard, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib

    same issue here. searched for hours, no solution :/

    I am seeing the same issue. The log folder is empty except for index.php. I see no other hints as to why it might have failed. I tried a few different backups with different options selected and they all result in the same issue.

    Setting Value
    Setting Value
    WordPress version 4.1.1
    BackWPup version 3.1.4 Get pro.
    PHP version 5.4.35
    MySQL version 5.5.40
    cURL version 7.27.0
    cURL SSL version OpenSSL/1.0.1j
    WP-Cron url: https://690south.com/wp-cron.php
    Server self connect: Response Test O.K.
    Temp folder: /opt/bitnami/apps/wordpress/htdocs/wp-content/uploads/backwpup-43c6d9-temp/
    Log folder: /opt/bitnami/apps/wordpress/htdocs/wp-content/uploads/backwpup-43c6d9-logs/
    Server Apache
    Operating System Linux
    PHP SAPI fpm-fcgi
    Current PHP user bitnami
    Safe Mode Off
    Maximum execution time 120 seconds
    Alternative WP Cron Off
    Disabled WP Cron Off
    CHMOD Dir 0755
    Server Time 19:49
    Blog Time 19:49
    Blog Timezone
    Blog Time offset 0 hours
    Blog language en-US
    MySQL Client encoding utf8
    Blog charset UTF-8
    PHP Memory limit 256M
    WP memory limit 64M
    WP maximum memory limit 256M
    Memory in use 5.50 MB
    Loaded PHP Extensions: Core, PDO, Phar, Reflection, SPL, SimpleXML, apc, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, intl, json, ldap, libxml, mbstring, mcrypt, mysql, mysqli, mysqlnd, openssl, pcntl, pcre, pdo_mysql, pdo_sqlite, posix, readline, session, soap, sockets, sqlite3, standard, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib

    I may have some clue about this problem. because it somewhere works, somewhere no, and looks like WP or plugin version makes no difference..only websites. i started to look into htaccess file.

    I had htaccess who limited access to website and redirected visitors to google if their ip is no in list. i disabled those rules and now I’m not getting this error.

    I re-enabled rules – it stopped working again. Not sure how this prevents plugin from working, but looks like somebody outside of website server have to get access to website(?)…
    Or you just may empty htaccess and test does it work without rules.

    If the folder in which the BackWPUp plugin stores its logfiles does not exist, you may run into this error.

    Same issue here. Didn’t recognized it because it doesn’t produce any error message, only the “10 seconds” message if I run it manually. Target folder exists and everything ran fine. Last successful backup was on February 24th. Don’t know if something changed then. Target folder exists and I tried it with backWPup 3.1.3, but same effect.

    PHP Version 5.4.32

    Hope someone finds a solution for this …

    Did someone have a system where i can test for this problem ?

    I figured it out what’s the problem within my installation. I’ve made a clone of our website on a different environment and there I deactivated all plugins and reactivated them in small groups.

    Finally the problem is a plugin named “WooCommerce Product Price Based on Countries” which allows me to manage multiple currencies in WooCommerce. It’s available on wp.org: https://www.ads-software.com/plugins/woocommerce-product-price-based-on-countries/

    Only difference is that I get an different error-message in the meantime: The HTTP answer test get a wrong http status (500).

    Hope that helps to figure out what’s the problem.

    I can’t reproduce it again at the moment but it seems like when I installed the plugin on a brand new installation everything was still working fine, but the plugin has a possibility to download a GeoIP-Database automatically every 4 weeks, means it installs a cron job. Anyway, when I activated this the backup stopped to work and shows me the 10 seconds message. Seems like the cron job from the other plugin choes the WP cron scheduling.

    I will investigate this later again.

    Ok, found the reason or better said, a temporary solution. Everything I had to do is to rename or delete the folder with the GeoIP information which the plugin has created:

    wp-content/uploads/wc_price_based_country

    After that, everything works fine again with BackWPup. But I’m not enough developer to imagine any connection between these issues.

    I had the same problem and now it’s working fine. Searching for a solution didn’t help as nobody knows exactly what is the problem for sure. Installing different versions of the plugin didn’t help at all.

    My problem was a code written in .htaccess (in the website folder where ‘wp-content’ folder is):

    #Remove extra Query Parameters from URLs
    <IfModule mod_rewrite.c>
     RewriteEngine On
     RewriteCond %{QUERY_STRING} !=""
     RewriteCond %{QUERY_STRING} !^p=.*
     RewriteCond %{QUERY_STRING} !^s=.*
     RewriteCond %{REQUEST_URI} !^/wp-admin.*
     RewriteRule ^(.*)$ /$1? [R=301,L]
    </IfModule>

    If you have something like this, remove it and give it a try.

    I hope this helps other people.

    @sonnenschauer: if you open damoin.tld/wp-cron.php in a Browser window you kann see that th Plugin causes a Fatal error. it cames up because the plugin don’t check if the session exists bevore it will be used. That is why BAckWPup can’t work.

    @sorintje: the wp-cron.php has every time a get parameter. i think you can exclude wp-cron.php from the roles.

    @all: please look to your damoin.tld/wp-cron.php did ther messages cam up ? If it is a white page it is normel.

    please look to your damoin.tld/wp-cron.php did ther messages cam up ? If it is a white page it is normel.

    I get a white page with no source, but backWPup still shows me a wrong http status 500 when I start the job.

Viewing 15 replies - 16 through 30 (of 47 total)
  • The topic ‘Job “Job with ID 2” has started, but not responded for 10 seconds error’ is closed to new replies.