• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Full System Backup Error

P

ponggr

Guest
Hi I tried to do a full system backup (./pleskbackup all /var/backup/fsb130908-01) and got the following error:

Runtime error: Can't use an undefined value as an ARRAY reference at /usr/local/psa/PMM/agents/PleskX/SiteApp.pm line 292

Any ideas?

Thanks
 
-all is not valid

all is a correct command according to the pleskbackup help page and always used to work fine

Problem still remains.
 
This is what i use in Centos 4.x

/usr/local/psa/bin/pleskbackup all /backup/backupfile

And also, i run this command under root user
 
ditto, I get this error as well ... also on Centos 4.x running exactly what S.Celik mentions :

/usr/local/psa/bin/pleskbackup all /backup/backupfile

Runtime error: Can't use an undefined value as an ARRAY reference at /usr/local/psa/PMM/agents/PleskX/SiteApp.pm line 292
 
checking the code .. and looking at my database ..

APSClientApplicationItems is empty, there are no entries in it, and this is causing :

$sql = "SELECT ai.pkg_id FROM APSApplicationItems ai INNER JOIN APSClientApplicationItems cai ON (ai.id = cai.app_item_id) INNER JOIN SiteApps sa ON (sa.capp_item_id = cai.id) AND sa.capp_item_id ='". $self->{SiteApp}->{'capp_item_id'}."'";
$dbh->execute_rownum($sql);

$sappId = $dbh->fetchrow()->[0];


to fail, as there is nothing returns from the lookup...

this table looks to store client applications from the application vault, which I don't have installed.
 
I have same problem, i changed nothing suddenly announces cronjob:

Runtime error: Can't use an undefined value as an ARRAY reference at /usr/local/psa/PMM/agents/PleskX/SiteApp.pm line 292.

i make not full backup only with parameter -c and have same problem: /usr/local/psa/bin/pleskbackup -c all

you have solution ?
 
this is kinda a show stopper, backup of plesk via plesk just does not work.
 
i make backup from plesk to ftp, running fine.

the error comes only since few meets

and a problem with that is obvious PleskX Agent
 
the problem has been caused by database inconsistency
 
Back
Top