[Vtigercrm-developers] Vtiger CRM 6.5.0 GA Released

Stacey Johnson stacey.johnson110 at gmail.com
Wed Jul 6 09:24:50 GMT 2016


Thank you Alan. It helps

Stacey

On Wed, Jul 6, 2016 at 1:39 PM, Alan Lord <alanslists at gmail.com> wrote:

> 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
>
>
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20160706/92f61b55/attachment.html>


More information about the vtigercrm-developers mailing list