extract()) { ?>

Upgrade BigTree

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(); BigTree::redirect(DEVELOPER_ROOT."upgrade/database/"); // 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."upgrade/login/?type=".$_POST["type"]); } // 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"]); $saved_root = htmlspecialchars($cms->getSetting("bigtree-internal-ftp-upgrade-root")); ?>
drawCSRFToken(); ?>

Upgrade BigTree

BigTree could not automatically detect the
Notice: Undefined variable: method in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/developer/upgrade/install.php on line 46
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/upgrade/install.php on line 46
path below. This would be the directory that contains /core/.


A BigTree installation could not be found in
Notice: Undefined variable: saved_root in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/developer/upgrade/install.php on line 49

installFTP($ftp_root); BigTree::redirect(DEVELOPER_ROOT."upgrade/database/"); } } } ?>