Unite remote backup is not working in 1.3.0
It skips over the remote step despite the <package from="remote"></package> entry.
The problem seems to be in engine/steps/remote.php:39
$packageFrom = $this->siteDef['siteInfo']['packageFrom']->value;
20140901|08:03:20|PHP NOTICE on line 39 in file /opt/unite/engine/step/remote.php:
20140901|08:03:20|Trying to get property of non-object
Indeed that is not an object ;)
So removing -> value fixes the issue.
FYI I've tried the following PHP versions in my testing:
PHP 5.4.32 (cli) (built: Sep 1 2014 09:08:58)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans
PHP 5.3.10-1ubuntu3.13 with Suhosin-Patch (cli) (built: Jul 7 2014 18:54:55)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
Thanks,
Josh