( ! ) Fatal error: Uncaught Exception: mysqli error [1045]: Access denied for user 'root'@'localhost' (using password: NO) in CONNECT in /var/www/html/gabriel.grosu/TICKBG/develop/tags/2025-10-01 - v1.8.0.890/tick/_includes/dbconnect.inc.php on line 14
( ! ) Exception: mysqli error [1045]: Access denied for user 'root'@'localhost' (using password: NO) in CONNECT in /var/www/html/gabriel.grosu/TICKBG/develop/tags/2025-10-01 - v1.8.0.890/tick/_includes/dbconnect.inc.php on line 14
Call Stack
#TimeMemoryFunctionLocation
10.0001356496{main}( ).../index.php:0
20.0048545848include( '/var/www/html/gabriel.grosu/TICKBG/develop/tags/2025-10-01 - v1.8.0.890/tick/_includes/addinc.php ).../index.php:8
30.0048546504include( '/var/www/html/gabriel.grosu/TICKBG/develop/tags/2025-10-01 - v1.8.0.890/tick/_includes/dbconnect.inc.php ).../addinc.php:10
40.0049549176ADOConnection->Connect( $argHostname = 'localhost', $argUsername = 'root', $argPassword = '', $argDatabaseName = '', $forceNew = ??? ).../dbconnect.inc.php:24
50.0052549368adodb_thrower( $dbms = 'mysqli', $fn = 'CONNECT', $errno = 1045, $errmsg = 'Access denied for user \'root\'@\'localhost\' (using password: NO)', $p1 = 'localhost', $p2 = '', $thisConnection = class ADODB_mysqli { public $dataProvider = 'mysql'; public $databaseType = 'mysqli'; public $database = ''; public $dsnType = ''; public $host = 'localhost'; public $port = 3306; public $user = 'root'; public $password = ''; public $debug = FALSE; public $maxblobsize = 262144; public $concat_operator = '+'; public $substr = 'substring'; public $length = 'length'; public $random = 'rand()'; public $upperCase = 'upper'; public $fmtDate = '\'Y-m-d\''; public $fmtTimeStamp = '\'Y-m-d H:i:s\''; public $true = '1'; public $false = '0'; public $replaceQuote = '\\\''; public $nameQuote = '`'; public $leftBracket = '['; public $rightBracket = ']'; public $charSet = FALSE; public $metaDatabasesSQL = ''; public $metaTablesSQL = 'SELECT\r\n\t\t\tTABLE_NAME,\r\n\t\t\tCASE WHEN TABLE_TYPE = \'VIEW\' THEN \'V\' ELSE \'T\' END\r\n\t\tFROM INFORMATION_SCHEMA.TABLES\r\n\t\tWHERE TABLE_SCHEMA='; public $metaColumnsSQL = 'SHOW COLUMNS FROM `%s`'; public $identitySQL = NULL; public $_genSeqSQL = 'create table if not exists %s (id int not null)'; public $_dropSeqSQL = 'drop table if exists %s'; public $_genIDSQL = 'update %s set id=LAST_INSERT_ID(id+1);'; public $uniqueOrderBy = FALSE; public $emptyDate = ' '; public $emptyTimeStamp = ' '; public $lastInsID = FALSE; public $hasInsertID = TRUE; public $hasAffectedRows = TRUE; public $hasTop = FALSE; public $hasLimit = TRUE; public $readOnly = FALSE; public $hasMoveFirst = TRUE; public $hasGenID = TRUE; public $hasTransactions = TRUE; public $genID = 0; public $raiseErrorFn = 'adodb_thrower'; public $isoDates = TRUE; public $cacheSecs = 3600; public $memCache = FALSE; public $memCacheHost = NULL; public $memCachePort = 11211; public $memCacheCompress = FALSE; public $memCacheOptions = []; public $sysDate = 'CURDATE()'; public $sysTimeStamp = 'NOW()'; public $sysUTimeStamp = FALSE; public $arrayClass = 'ADORecordSet_array_mysqli'; public $noNullStrings = FALSE; public $numCacheHits = 0; public $numCacheMisses = 0; public $pageExecuteCountRows = TRUE; public $uniqueSort = FALSE; public $leftOuter = FALSE; public $rightOuter = FALSE; public $ansiOuter = FALSE; public $autoRollback = FALSE; public $poorAffectedRows = TRUE; public $fnExecute = FALSE; public $fnCacheExecute = FALSE; public $blobEncodeType = FALSE; public $rsPrefix = 'ADORecordSet_'; public $autoCommit = TRUE; public $transOff = 0; public $transCnt = 0; public $fetchMode = FALSE; public $null2null = 'null'; public $bulkBind = FALSE; public $connectStmt = ''; public $_oldRaiseFn = FALSE; public $_transOK = NULL; public $_connectionID = NULL; public $_errorMsg = 'Access denied for user \'root\'@\'localhost\' (using password: NO)'; public $_errorCode = 1045; public $_queryID = FALSE; public $_isPersistentConnection = FALSE; public $_bindInputArray = FALSE; public $evalAll = FALSE; public $_affected = FALSE; public $_logsql = FALSE; public $_transmode = ''; protected $connectionParameters = []; public $customActualTypes = []; public $customMetaTypes = []; public $_metars = NULL; public $locale = NULL; public $forceNewConnect = FALSE; public $clientFlags = 0; public $socket = ''; public $optionFlags = []; public $multiQuery = FALSE; public $ssl_key = NULL; public $ssl_cert = NULL; public $ssl_ca = NULL; public $ssl_capath = NULL; public $ssl_cipher = NULL; public $doNotUseBoundVariables = FALSE; private $usePreparedStatement = FALSE; private $useLastInsertStatement = FALSE; private $usingBoundVariables = FALSE; private $statementAffectedRows = -1; private $isSelectStatement = FALSE; public $_genSeqCountSQL = 'select count(*) from %s'; public $_genSeq2SQL = 'insert into %s values (%s)' } ).../adodb.inc.php:957