-
home page
-
vtenext - Official Forum
-
vtenext CE
-
Lot of Php cron error
Lot of Php cron error
Less
More
-
Posts: 1
-
Thank you received: 0
-
-
08 Feb 2021 11:20 #3665
by sergio.molino@digiandco.it
Hi to all
I am testing the version 20.x of Vtenext.
I have this issue: cron report this list of error, here just some of them, how may I correct?
Thank to all for any help
PHP Notice: Undefined variable: _SESSION in /var/www/html/crm/vtigerversion.php on line 18
PHP Notice: Undefined variable: _SESSION in /var/www/html/crm/vtigerversion.php on line 18
PHP Notice: Only variables should be assigned by reference in /var/www/html/crm/include/database/PearDatabase.php on line 22
PHP Notice: Only variables should be assigned by reference in /var/www/html/crm/include/database/PearDatabase.php on line 23
PHP Notice: Only variables should be assigned by reference in /var/www/html/crm/include/database/PearDatabase.php on line 1229
PHP Notice: Only variables should be assigned by reference in /var/www/html/crm/include/database/PearDatabase.php on line 256
PHP Notice: Undefined index: table_exist in /var/www/html/crm/include/utils/Cache.php on line 31
PHP Notice: Undefined index: show_query in /var/www/html/crm/include/database/PearDatabase.php on line 404
PHP Notice: Undefined index: show_query in /var/www/html/crm/include/database/PearDatabase.php on line 404
PHP Notice: Undefined offset: 0 in /var/www/html/crm/include/utils/Cache/CacheClasses.php on line 60
PHP Notice: Undefined offset: 1 in /var/www/html/crm/include/utils/Cache/CacheClasses.php on line 60
PHP Notice: Undefined offset: 2 in /var/www/html/crm/include/utils/Cache/CacheClasses.php on line 60
PHP Notice: Undefined offset: 3 in /var/www/html/crm/include/utils/Cache/CacheClasses.php on line 60
PHP Notice: Undefined index: installed_modules in /var/www/html/crm/include/utils/Cache.php on line 31
PHP Notice: Undefined index: show_query in /var/www/html/crm/include/database/PearDatabase.php on line 404
PHP Notice: Undefined index: show_query in /var/www/html/crm/include/database/PearDatabase.php on line 404
PHP Notice: Undefined index: show_query in /var/www/html/crm/include/database/PearDatabase.php on line 404
PHP Notice: Only variables should be assigned by reference in /var/www/html/crm/include/database/PearDatabase.php on line 480
PHP Notice: Undefined index: action in /var/www/html/crm/include/utils/utils.php on line 478
PHP Notice: Undefined index: search in /var/www/html/crm/include/utils/utils.php on line 479
PHP Notice: Undefined index: module in /var/www/html/crm/include/utils/utils.php on line 483
PHP Notice: Undefined index: file in /var/www/html/crm/include/utils/utils.php on line 483
Please Log in to join the conversation.
Less
More
-
Posts: 84
-
Thank you received: 2
-
-
11 Mar 2021 10:55 #3670
by tebby
Hello,
you have to set option error_reporting in your php.ini as below
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
and restart apache
Regards
Please Log in to join the conversation.
-
home page
-
vtenext - Official Forum
-
vtenext CE
-
Lot of Php cron error
Time to create page: 0.108 seconds