Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Uncaught error while trying to save Forms

Questions related to using nuBuilder Forte.
Post Reply
SaschaM
Posts: 1
Joined: Tue Dec 19, 2023 5:31 pm

Uncaught error while trying to save Forms

Unread post 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
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Uncaught error while trying to save Forms

Unread post 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
Post Reply