[Vtigercrm-developers] Vtiger CRM 6.5.0 GA Released
Alan Lord
alanslists at gmail.com
Wed Jul 6 06:39:06 GMT 2016
On 06/07/16 05:56, Garry Brighton wrote:
> set 777 plus all apache:apache (testing env) and nothing help.... any
> manual way to apply migration?
777 is _always_ a bad idea.
> best is php to change db and rest I can just copy over I guess?
> Any help pls?
In the root directory of your vtiger system, unzip the patch file then
unzip the vtiger6.zip file. You will probably need sudo. Then chown
everything back to the web server owner.
sudo chown -R www-data:www-data *
Then, in modules/Migration/schema/640_to_650.php *above* the line
> if(defined('VTIGER_UPGRADE')) {
Add the following lines:
> const VTIGER_UPGRADE = true;
> $Vtiger_Utils_Log = true;
>
> require_once('include/logging.php');
> require_once('config.php');
> require_once('includes/main/WebUI.php');
Then you can run this script from the command line, .e.g
# php modules/Migration/schema/640_to_650.php
This might help.
Al
More information about the vtigercrm-developers
mailing list