Okay, I was able to solve that error by replacing if ($paramTypes{$x} == 'i') {
with if ($paramTypes[$x] == 'i') {
But now I'm getting a ton of other errors:
_________________________________________________________________________________________________________________
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Connection is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 9
Deprecated: Creation of dynamic property WA_MySQLi_RS::$CurrentPage is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 10
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Debug is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 11
Deprecated: Creation of dynamic property WA_MySQLi_RS::$EncryptionAlgorithm is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 12
Deprecated: Creation of dynamic property WA_MySQLi_RS::$EncryptionKey is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 13
Deprecated: Creation of dynamic property WA_MySQLi_RS::$EncryptionMode is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 14
Deprecated: Creation of dynamic property WA_MySQLi_RS::$FilterValues is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 15
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Index is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 16
Deprecated: Creation of dynamic property WA_MySQLi_RS::$LastRow is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 17
Deprecated: Creation of dynamic property WA_MySQLi_RS::$MaxRows is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 18
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Name is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 19
Deprecated: Creation of dynamic property WA_MySQLi_RS::$NextPage is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 20
Deprecated: Creation of dynamic property WA_MySQLi_RS::$PageNum is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 21
Deprecated: Creation of dynamic property WA_MySQLi_RS::$ParamTypes is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 22
Deprecated: Creation of dynamic property WA_MySQLi_RS::$ParamValues is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 23
Deprecated: Creation of dynamic property WA_MySQLi_RS::$ParamDefaults is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 24
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Prepared is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 25
Deprecated: Creation of dynamic property WA_MySQLi_RS::$PrevPage is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 26
Deprecated: Creation of dynamic property WA_MySQLi_RS::$QueryString is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 27
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Results is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 28
Deprecated: Creation of dynamic property WA_MySQLi_RS::$StartLimit is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 32
Deprecated: Creation of dynamic property WA_MySQLi_RS::$StartRow is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 33
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Statement is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 34
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Table is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 35
Deprecated: Creation of dynamic property WA_MySQLi_RS::$TotalPages is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 36
Deprecated: Creation of dynamic property WA_MySQLi_RS::$TotalRows is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\mysqli\rsobj.php on line 37
Deprecated: Creation of dynamic property WA_Include::$Start_Dir is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 5
Deprecated: Creation of dynamic property WA_Include::$File is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 6
Deprecated: Creation of dynamic property WA_Include::$BaseName is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 7
Deprecated: Creation of dynamic property WA_Include::$Reset is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 8
Deprecated: Creation of dynamic property WA_Include::$Added is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 9
Deprecated: Creation of dynamic property WA_Include::$Dir is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 11
Deprecated: Creation of dynamic property WA_Include::$Body is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 12
Deprecated: Creation of dynamic property WA_Include::$Head is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 13
Deprecated: Creation of dynamic property WA_Include::$HTML is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 14
Deprecated: Creation of dynamic property WA_Include::$Title is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 15
Deprecated: Creation of dynamic property WA_Include::$Above is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 16
Deprecated: Creation of dynamic property WA_Include::$Links is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 17
Deprecated: Creation of dynamic property WA_Include::$Styles is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 18
Deprecated: Creation of dynamic property WA_Include::$DocType is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 19
Deprecated: Creation of dynamic property WA_Include::$Content is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 20
Deprecated: Creation of dynamic property WA_Include::$MetaTags is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 21
Deprecated: Creation of dynamic property WA_Include::$MetaKeywords is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 22
Deprecated: Creation of dynamic property WA_Include::$MetaDescription is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 23
Deprecated: Creation of dynamic property WA_Include::$MetaContentType is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 24
Deprecated: Creation of dynamic property WA_Include::$MetaKeywords_Content is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 25
Deprecated: Creation of dynamic property WA_Include::$MetaDescription_Content is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 26
Deprecated: Creation of dynamic property WA_Include::$MetaContentType_Content is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 27
Deprecated: Creation of dynamic property WA_Include::$EditableRegions is deprecated in C:\xampp\htdocs\ElectionTrends\webassist\framework\framework.php on line 28
___________________________________________________________________________________________________________________
The page does load, and the search form does work, but I don't know what to do about all these errors. If things are working, can they just be hidden, or is that a really bad idea?
Thanks.