Page 1 of 1

Uncaught error while trying to save Forms

Posted: Thu Dec 21, 2023 10:44 am
by SaschaM
Hello,

I'am new to nubuilder and just startet to test ist, but evertime I'm trying to save changes to a Form (doesn't matter what I'm trying to change or which Form it is) I'll get this error:
Deprecated: Creation of dynamic property UpdateData::$inserts is deprecated in C:\wamp\nubuilder\core\nudata.php on line 558.
image.jpg
I have reinstalled WAMP (v3.3.3) and nubuilder 4.5 several times but I always get the same error message.
Maybe someone could help me.

Bye
Sascha

Re: Uncaught error while trying to save Forms

Posted: Thu Dec 21, 2023 11:17 am
by kev1n
Hi,

What you could try is to add

Code: Select all

#[\AllowDynamicProperties]
in undata.php the function nuUpdateDatabaseSetValues(....)

Reference:
https://www.php.net/manual/en/class.all ... erties.php