Trying to fix deprecated functions
Posted: Sun Aug 06, 2023 3:32 am
So i'm use the @raiwa spreadsheet
tep_db_query("SHOW CHARACTER SET") $db->query("SHOW CHARACTER SET")
for an plugin in the admin.
it throws an error
[05-Aug-2023 23:28:19 America/Toronto] PHP Warning: Undefined variable $db
[05-Aug-2023 23:28:19 America/Toronto] PHP Fatal error: Uncaught Error: Call to a member function query() on null
tep_db_query("SHOW CHARACTER SET") $db->query("SHOW CHARACTER SET")
for an plugin in the admin.
it throws an error
[05-Aug-2023 23:28:19 America/Toronto] PHP Warning: Undefined variable $db
[05-Aug-2023 23:28:19 America/Toronto] PHP Fatal error: Uncaught Error: Call to a member function query() on null