[Vtigercrm-developers] Vtiger 6 in PHP 5.4
Sutharsan Jeganathan
ajstharsan at gmail.com
Wed Jul 30 12:50:49 GMT 2014
Hi Lajeesh
You may have to tweak 2 things
1. Changing $_FILES variable passed as an arguement to function in
include/Utils/CommonUtils.php
2. In PHP 5.4 session_unregister() is deprecated. You can refer PHP
documentation or simply write following code at the top of vtiger's
index.php
function session_unregister(){}
I am not sure whether the deprecated functions will be removed on the next
release 6.1 to ensure backward compatibility
Thanks
Sutharsan Jeganathan
On Wed, Jul 30, 2014 at 4:48 PM, lajeesh k <lajeeshk at gmail.com> wrote:
>
> Is vtiger 6 works in PHP 5.4 ?
>
> its ubuntu 14.04 mechine
>
> Regards,
> Lajeesh
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140730/cabb79d5/attachment.html>
More information about the vtigercrm-developers
mailing list