MyBB Community Forums

Full Version: OUGC Pages - Sql Error on saving a new form
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello

I have this sql error on saving :

An idea ?

Thanks you

[Image: 59c3f9fe3f.png]
This is caused by another plugin. Such plugin added a new column named datetime for which a default value wasn't supplied. I suppose the plugin takes care of that but apparently it is triggering the save process while using the OUGC Pages plugin.

Can you disable the Form Creator plugin and check if you can use OUGC Pages correctly? I tried to dig the issue but I couldn't find it.

Also, I suppose Form Creator isn't giving you any issues while creating/saving data?
You probably got confused there and perhaps you are using Form Creator and not OUGC Pages?

Find the following line:
https://github.com/burnacid/MyBB-Form-Cr...r.php#L696

Add below:
"datetime" => 0,
Hello,

oups ...
I have a look today. It's true i'ma newbie in forum. IT's my first try.

Thank you