![]() |
Quote:
|
I hope so, as I have a pretty close setup to what you have and can not replicate what you are getting.
|
Quote:
|
I'll throw out an option.
As you are on PHP 5.4.x (and not PHP 5.5.x) In your config.php file change from Code:
$config['Database']['dbtype'] = 'mysqli'; Code:
$config['Database']['dbtype'] = 'mysql'; Also- I have removed the file you posted. You may not redistribute whole files (or significant parts) of mods not marked as re-usable code. |
Quote:
|
Then did you try it as mysqli?
mysqli is the better one, if both work. |
Quote:
|
See my PM...
I believe it's as simple as some missing quotes. $formbit['value'] = $q[$formbit[id]]; Should be $formbit['value'] = $q[$formbit['id']]; |
Quote:
|
I'm thinking maybe the problem is $q. It looks like it might not be set to anything at that point (although it depends on the value of $_POST['do'], which I don't know). But I suppose it could be that before it was just an unset value generating a warning, and now something else has used it as a variable (a plugin or included vb code).
That's just a guess, but it looks like $formbit should definitely be an array at that point (unless you have a plugin using hook easy_forms_view_question_start that changes it). |
All times are GMT. The time now is 08:17 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|