I asked because I cannot seem to get any of my backwpup jobs to run after v0.7.2. I cannot even get a simple "check db" to run to completion or create a log. (Ok they all start a log file but nothing gets created after the <body style....> tag). The only correlation I can see in your change logs is that v.0.8.0+ requires PHP5. I am running v5.1.6. Does it need to be a higher version than 5.1.6 to get past this issue I am having?
(When I run v0.7.2 I can get a log and a full backup in about 17 seconds. Anything higher and my 'run now' and scheduled jobs produce nothing and run forever.)
http://wordpress.org/extend/plugins/backwpup/
i will figure out with php version is needed.
I have made all test with 5.2.9 ....
in the moment i see best version is 5.2.0, because there the lastes changes of the error handler.
is your php compiled with --enable-memory-limit ?
I tried the latest version...1.2.0. Still the same. Yes, my PHP is compiled with '--enable-memory-limit'. My hosting provider controls the version of PHP so I cannot upgrade to 5.2.X myself.
This seems somewhat like or to be the same issue as Bassu's " 'Run Now' shows a blank page " thread since he is showing running PHP 5.1.6 as well and showing no data in the Run Now screen.
Tried 1.2.1 -- no change. Here is the output from the log file showing 1.2.1 version infomation.
<html>
<head>
<meta name="backwpup_version" content="1.2.1" />
<meta name="php_version" content="5.1.6" />
<meta name="mysql_version" content="5.0.77-log" />
<meta name="backwpup_logtime" content="1279718163" />
<meta name="backwpup_errors" content="0" />
<meta name="backwpup_warnings" content="0" />
<meta name="backwpup_jobid" content="1" />
<meta name="backwpup_jobname" content="Testing" />
<meta name="backwpup_jobtype" content="CHECK" />
<meta name="backwpup_backupfilesize" content="0" />
<meta name="backwpup_jobruntime" content="0" />
<title>BackWPup Log for Testing from July 21, 2010 at 1:16 pm</title>
</head>
<body style="font-family:monospace;font-size:12px;white-space:nowrap;">
ist the low php version use 5.2 or later, but i'm serching to find a fix.
i think its a problem with the php error_handler.