
|
We strongly suggest you to rename the install.php file.";
}
}
$mig_file_renamed = false;
//@rename("migrate.php", $renamefile."migrate.php.txt");
if(!@rename("migrate.php", $renamefile."migrate.php.txt"))
{
if (@copy ("migrate.php", $renamefile."migrate.php.txt"))
{
unlink($renamefile."migrate.php.txt");
$mig_file_renamed = true;
}
else
{
echo "We strongly suggest you to rename the migrate.php file.";
}
}
$dir_renamed = false;
//@rename("install/", $renamefile."install/");
if(!@rename("install/", $renamefile."install/"))
{
if (@copy ("install/", $renamefile."install/"))
{
unlink($renamefile."install/");
$dir_renamed = true;
}
else
{
echo " We strongly suggest you to rename the install directory. ";
}
$_SESSION['VTIGER_DB_VERSION']='5.1.0';
}
//populate Calendar data
?>
Migration Successfully finished. All new vtigercrm-5.1.0-RC is set to go!
Your install.php file has been renamed to ".$renamefile."install.php.txt.";
}
if($dir_renamed==true){
echo "- Your install folder too has been renamed to ".$renamefile."install/.";
}
if($mig_file_renamed==true){
echo "
- Your migrate.php file has been renamed to ".$renamefile."migrate.php.txt.";
}
?>
- Your older version is available at .
- Your current source path is .
- Please log in using the "admin" user name and password of your old installation.
- Do not forget to set the outgoing emailserver, setup accessible from Settings->Outgoing Server
- Rename htaccess.txt file to .htaccess to control public file access.
More Information
This .htaccess file will work if "AllowOverride All" is set on Apache server configuration file (httpd.conf) for the DocumentRoot or for the current vtiger path.
If this AllowOverride is set as None ie., "AllowOverride None" then .htaccess file will not take into effect.
If AllowOverride is None then add the following configuration in the apache server configuration file (httpd.conf)
<Directory "C:/Program Files/vtigercrm/apache/htdocs/vtigerCRM"> Options -Indexes </Directory>
So that without .htaccess file we can restrict the directory listing
- You are very important to us!
- We take pride in being associated with you
Talk to us at forums
Discuss with us at blogs
We aim to be - simply the best. Come on over, there is space for you too!
|
|
|
|