HelpDeskZ Community
Warning: Use of undefined constant DBARRAY_NUM - Printable Version

+- HelpDeskZ Community (http://community.helpdeskz.com)
+-- Forum: HelpDeskZ 2 (http://community.helpdeskz.com/forum-3.html)
+--- Forum: Support (http://community.helpdeskz.com/forum-5.html)
+--- Thread: Warning: Use of undefined constant DBARRAY_NUM (/thread-4.html)



Warning: Use of undefined constant DBARRAY_NUM - egrueda - 01-15-2021

Got this error in a fresh install with php 7.3


Code:
Warning: Use of undefined constant DBARRAY_NUM - assumed 'DBARRAY_NUM' (this will throw an Error in a future version of PHP) in /var/www/helpdeskz/public/install/install.php on line 519

Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in /var/www/helpdeskz/public/install/install.php on line 519

Warning: Use of undefined constant DBARRAY_ASSOC - assumed 'DBARRAY_ASSOC' (this will throw an Error in a future version of PHP) in /var/www/helpdeskz/public/install/install.php on line 519

Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in /var/www/helpdeskz/public/install/install.php on line 519

Warning: Use of undefined constant DBARRAY_BOTH - assumed 'DBARRAY_BOTH' (this will throw an Error in a future version of PHP) in /var/www/helpdeskz/public/install/install.php on line 519

Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in /var/www/helpdeskz/public/install/install.php on line 519



RE: Warning: Use of undefined constant DBARRAY_NUM - Andres - 01-15-2021

I'm closing this topic, v2 was released and supports PHP 7.2 or higher. Please use the latest version.