[Vtigercrm-developers] Company logo in 6.5

Satish Dvnk satish.dvnk at vtiger.com
Mon Aug 22 09:14:11 GMT 2016


Hi Tony,

The following statements should be *commented* *config.inc.php*, [line 18
and 19]

*ini_set('display_errors','on'); version_compare(PHP_VERSION, '5.5.0') <= 0
> ? error_reporting(E_WARNING & ~E_NOTICE & ~E_DEPRECATED) :
> error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);   //
> DEBUGGING*



> *ini_set('display_errors','on'); error_reporting(E_ALL); // STRICT
> DEVELOPMENT*
>

And the following statement should *not commented* [line 17]

*version_compare(PHP_VERSION, '5.5.0') <= 0 ? error_reporting(E_WARNING &
> ~E_NOTICE & ~E_DEPRECATED & E_ERROR) : error_reporting(E_WARNING &
> ~E_NOTICE & ~E_DEPRECATED  & E_ERROR & ~E_STRICT); // PRODUCTION*
>


If issue still reproducing, Please check your PHP version from konsole

*php -v*
>


*regards,Satish.Dvnk*

On Mon, Aug 22, 2016 at 9:29 AM, Tony Sandman <tonysandman999 at gmail.com>
wrote:

> OK, trailing / in the > $root_directory
>
> Shame on me O.o
>
> T.
>
> On Mon, Aug 22, 2016 at 10:26 AM, Tony Sandman <tonysandman999 at gmail.com>
> wrote:
>
>> Exif installed and running. No email attachments comes out of CRM but
>> files are recorded in /storage
>>
>> Tony
>>
>> On Sat, Aug 20, 2016 at 10:29 PM, Salim <salimcmd at gmail.com> wrote:
>>
>>> It seems you are missing php_exif library, install or Enable php_exif
>>> library. if you are on windows and missing php_mbstring will also cause
>>> this issue.
>>>
>>>    Make sure you have installed and enabled both library.
>>>
>>> http://php.net/manual/en/exif.installation.php
>>>
>>> Thanks
>>> --
>>> Salim
>>>
>>> On 20 August 2016 at 19:35, Tony Sandman <tonysandman999 at gmail.com>
>>> wrote:
>>>
>>>> When trying to change default vtiger logo in templates/company details
>>>> I get following:
>>>> Fatal error: Call to undefined function exif_read_data() in
>>>> /home/reeid/domains/reeid.com/public_html/erp/vtlib/Vtiger/F
>>>> unctions.php on line 618
>>>>
>>>> Anyone else?
>>>>
>>>> Tony
>>>>
>>>> _______________________________________________
>>>> http://www.vtiger.com/
>>>>
>>>
>>>
>>>
>>> --
>>> Muhammed Abdul Salim
>>>
>>> _______________________________________________
>>> http://www.vtiger.com/
>>>
>>
>>
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20160822/14c593d7/attachment-0001.html>


More information about the vtigercrm-developers mailing list