|
Thank You for Purchasing SendStudio !
Welcome to the SendStudio upgrade wizard.
';
$error .= 'The "' . $ROOTDIR . 'temp/" folder doesn\'t exist. I tried to create it but failed. Please create this directory and CHMOD 757 this folder and click the "Try Again" button below.';
$filechecks = false;
}
}
if (is_dir($ROOTDIR . 'temp') && !is_writable($ROOTDIR . 'temp')) {
$error .= '
';
$error .= "The \"" . $ROOTDIR . "temp/\" folder is not writable. Please CHMOD this directory to 757 and then click on the \"Try Again\" button below.";
$filechecks = false;
}
// Firstly, is the config file writable?
if(!is_writable($ROOTDIR."/includes/config.inc.php"))
{
$error .= '
';
// Config file isn't writable
$error .= "The \"" . $ROOTDIR . "includes/config.inc.php\" file is not writable. Please CHMOD this file to 757 and then click on the \"Try Again\" button below.";
$filechecks = false;
}
if ($filechecks) {
?>
Over the next 3 steps, we will upgrade your system to the latest version. To get started, please click on the "Proceed" button below.
|