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.
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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Uncaught error while trying to save Forms
-
- Posts: 1
- Joined: Tue Dec 19, 2023 5:31 pm
Uncaught error while trying to save Forms
You do not have the required permissions to view the files attached to this post.
-
- 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
Hi,
What you could try is to add
in undata.php the function nuUpdateDatabaseSetValues(....)
Reference:
https://www.php.net/manual/en/class.all ... erties.php
What you could try is to add
Code: Select all
#[\AllowDynamicProperties]
Reference:
https://www.php.net/manual/en/class.all ... erties.php