Testlink login error -


i have installed , configured testlink 1.9.16 on centos7 server using following link https://sysadmin.compxtreme.ro/how-to-install-testlink-on-centos-6-3/

i made changes according centos7

after completing procedure, when open ip_of_my_server/login.php following error message

============================================================================== db access error - debug_print_backtrace() output start attention: enabling more debug info produce path disclosure weakness (cwe-200) having additional information useful reporting issue development team. ==============================================================================

my log entry is

error on exec_query() - database.class.php
- - /* class:tlevent - method: writetodb */ insert events

(transaction_id,log_level,description,source,fired_at,object_id,object_type,activity) values (0,2,'','',1503033721,0,null,'')
the message : /* class:tlevent - method: writetodb */ insert events
(transaction_id,log_level,description,source,fired_at,object_id,object_type,activity) values (0,2,'','',1503033721,0,null,'') query failed: errorcode[] errormsg:

my mysql version mysql ver 5.6.37 linux on x86_64 , php version php 5.6.31 (cli)

can me ?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -