error_reporting (E_WARNING & E_NOTICE & E_DEPRECATED) install vTiger 5.4.x

version 5.4.0
PHP 5.3.x not work in ~E_DEPRECATED  (Run-time notices. Enable this to receive warnings about code that will not work in future versions.   Since PHP 5.3.0 


you can install skip error_reporting = E_WARNING & ~E_NOTICE & ~E_DEPRECATED   and fix a later

if you can use .htaccess  fix here below


อ้างถึง
Options -Indexes
php_value max_execution_time 600
php_value allow_call_time_pass_reference 1
php_flag  log_errors on
php_flag display_errors on
php_flag log_errors varies
php_value error_log  /logs/error.log
php_value short_open_tag 1


if not use php 5.3.x maybe working on .htaccess 

php_value error_reporting 288192    

*number of error this one http://www.php.net/manual/en/errorfunc.constants.php

after installed comeback to fix error_reporting function
error_reporting()  credit  http://th1.php.net/function.error_reporting
add line 2 on index.php



line 1          <?php
line2            error_reporting(E_WARNING & E_NOTICE & E_DEPRECATED);

clear all error
.....................................................................................................................................
vTiger CRM install KhonkaenSOFT 

Comments

  1. Nice information sharing for us,
    Thanks
    vTiger CRM is an open source CRM software is used mainly for small and medium enterprises.

    vtiger,
    vtiger crm,
    vtiger migration

    ReplyDelete

Post a Comment