When clicking on the Thanks button, these errors show up on the ajax but yet the system still works fine;
PHP Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in /home/madhabb3/public_html/forum/includes/class_core.php on line 2552
How can I fix this?