extract()) { ?>

Upgrade Extension

An error occurred extracting the zip file. You can hit back to try the download again or click the ignore button below to try the auto upgrade again in a week.

Method == "Local") { $updater->installLocal(); $installed = true; // If we're using FTP or SFTP we have to make sure we know where the files exist } else { // If we had to set a directory path we lost the POST if (!count($_POST)) { $_POST = $_SESSION["bigtree_admin"]["ftp"]; } // Try to login if (!$updater->ftpLogin($_POST["username"],$_POST["password"])) { $admin->growl("Developer","Login Failed","error"); BigTree::redirect(DEVELOPER_ROOT."extensions/upgrade/check-file/?id=".$_GET["id"]); } // Try to get the FTP root $ftp_root = $updater->getFTPRoot(); if ($ftp_root === false) { $_SESSION["bigtree_admin"]["ftp"] = array("username" => $_POST["username"],"password" => $_POST["password"]); ?>

Upgrade Extension

BigTree could not automatically detect the
Notice: Undefined variable: method in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/developer/extensions/upgrade/process.php on line 49
directory that it is installed in (or BigTree was not found in the directory entered below). Please enter the full
Notice: Undefined variable: method in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/developer/extensions/upgrade/process.php on line 49
path below. This would be the directory that contains /core/.