Error in PHP Script /index2.php |
PHP Version: 5.6.25; Zend Engine Version: 2.6.0 Operating System: ; Application: Apache/2.4.23 (Amazon) OpenSSL/1.0.1k-fips PHP/5.6.25; Server Name: www.mikeandlani.com HTTP User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Line 108: $strPassword = defined($strPassword) ? constant($strPassword) : null; Line 109: Line 110: $strScriptPath = sprintf('DBCONFIG_%s_SCRIPT_PATH', $intDatabaseIndex); Line 111: $this->strScriptPath = defined($strScriptPath) ? constant($strScriptPath) : null; Line 112: Line 113: $this->objMySqli = new MySqli($strServer, $strUsername, $strPassword, $strName); Line 114: Line 115: if (!$this->objMySqli) Line 116: throw new MySqliDatabaseException("Unable to connect to Database", -1, null); Line 117: Line 118: if ($this->objMySqli->error)
#0 (): HandleError() #1 /var/www/mikeandlani.com/www/includes/qcodo/database_adapters/MySqliDatabase.inc(113): mysqli->mysqli() #2 /var/www/mikeandlani.com/www/includes/qcodo/framework_objects/ApplicationBase.inc(197) : eval()'d code(1): MySqliDatabase->__construct() #3 /var/www/mikeandlani.com/www/includes/qcodo/framework_objects/ApplicationBase.inc(197): eval() #4 /var/www/mikeandlani.com/www/includes/prepend.inc(161): ApplicationBase::InitializeDatabaseConnections() #5 /var/www/mikeandlani.com/www/index2.php(2): require_once()