Before someone says "Go post in the thread that the original mod is in for help..." please note that the member who created the mod I'm about to post about has not been online since October 4 and their PM box is full as well as they are obviously not providing support for their mod.
The server has been recently upgraded from PHP 5.3 to PHP 5.4.33 and we are running vBulletin 4.2.2 P1. We are also running MySQL 5.5.37 if that helps any.
I'm using a mod called Easy Forms, some of you maybe familiar with it. Its found here:
https://vborg.vbsupport.ru/showthrea...34385&page=128
I'm getting this error now when I try to view the form. This happens whenever I click on the button to view the form that I have created. Here is the error.
Code:
Fatal error: Cannot use object of type mysqli_result as array in /home/public_html/forum/forms.php on line 1242
The code that is contained on that line is:
Code:
$formbit['value'] = $q[$formbit[id]];
I am posting the results of the form to a forum id. Please help me fix this as its a very important part of the site.