Fatal error

Hello!

I did absolutely no changes on my website and I have this error:

Warning : Undefined array key “language” in /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/commonfunctions.php on line 3721

Warning : Undefined array key “mediaType” in /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/appsettings.php on line 743

Fatal error : Uncaught Error: Undefined constant “MYSQL_ASSOC” in /home/vol4_1/epizy.com/epiz_33465196/htdocs/connections/MySQLiConnection.php:120 Stack trace: #0 /home/vol4_1/epizy.com/epiz_33465196/htdocs/connections/Connection.php(54): MySQLiConnection->connect() #1 /home/vol4_1/epizy.com/epiz_33465196/htdocs/connections/MySQLiConnection.php(22): Connection->__construct(Array) #2 /home/vol4_1/epizy.com/epiz_33465196/htdocs/connections/ConnectionManager.php(167): MySQLiConnection->__construct(Array) #3 /home/vol4_1/epizy.com/epiz_33465196/htdocs/connections/ConnectionManager.php(84): ConnectionManager->getConnection(‘12345_at_localh…’) #4 /home/vol4_1/epizy.com/epiz_33465196/htdocs/connections/ConnectionManager.php(95): ConnectionManager->byId(‘12345_at_localh…’) #5 /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/appsettings.php(765): ConnectionManager->getDefault() #6 /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/dbcommon.php(93): include(‘/home/vol4_1/ep…’) #7 /home/vol4_1/epizy.com/epiz_33465196/htdocs/login.php(5): require_once(‘/home/vol4_1/ep…’) #8 {main} thrown in /home/vol4_1/epizy.com/epiz_33465196/htdocs/connections/MySQLiConnection.php on line 120

Should be mysqli_assoc.

4 Likes

Warning : Undefined array key “language” in /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/commonfunctions.php on line 3721

Warning : Undefined array key “mediaType” in /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/appsettings.php on line 743

Warning : Undefined array key “ODBCString” in /home/vol4_1/epizy.com/epiz_33465196/htdocs/connections/Connection.php on line 57

Warning : Undefined array key “password” in /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/appsettings.php on line 769

Fatal error : Uncaught TypeError: Unsupported operand types: int + string in /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/commonfunctions.php:4468 Stack trace: #0 /home/vol4_1/epizy.com/epiz_33465196/htdocs/login.php(15): postvalue_number(‘id’) #1 {main} thrown in /home/vol4_1/epizy.com/epiz_33465196/htdocs/include/commonfunctions.php on line 4468

Could you please share the relevant code snippets seen in the error messages? It’s very hard to help fix an error in the code when we don’t know what the code looks like.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.