Welcome to the nuBuilder Forums!

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

The form browse/edit not save data in the table

Questions related to using nuBuilder Forte.
jaimeandres3
Posts: 16
Joined: Thu Jul 22, 2021 4:10 pm

The form browse/edit not save data in the table

Unread post by jaimeandres3 »

Hello.
I have a problem whith the forms. I create a fast form and the data not save in the table.
Thanks.
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: The form browse/edit not save data in the table

Unread post by kev1n »

Hi,

Please do these checks:
If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.
If you see an error message, try searching this forum as well as Google for that message and see if any useful advice is among the search returns.
jaimeandres3
Posts: 16
Joined: Thu Jul 22, 2021 4:10 pm

Re: The form browse/edit not save data in the table

Unread post by jaimeandres3 »

kev1n wrote:Hi,

Please do these checks:
If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.
If you see an error message, try searching this forum as well as Google for that message and see if any useful advice is among the search returns.
I see in the server logs:
[php:warn] [pid 6920:tid 1836] [client ::1:57898] PHP Warning: Undefined array key 0 in C:\\xampp\\htdocs\\nubuilder4\\core\\nubuilders.php
[ssl:warn] [pid 11984:tid 680] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[core:warn] [pid 11984:tid 680] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[ssl:warn] [pid 11984:tid 680] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name

Thanks for your help.
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: The form browse/edit not save data in the table

Unread post by kev1n »

Could you create a backup of your db and upload the dump here?

Options Menu -> Backup or press CTRL+SHIFT+B
jaimeandres3
Posts: 16
Joined: Thu Jul 22, 2021 4:10 pm

Re: The form browse/edit not save data in the table

Unread post by jaimeandres3 »

kev1n wrote:Could you create a backup of your db and upload the dump here?

Options Menu -> Backup or press CTRL+SHIFT+B
Hello.
I have a problem. Attachment BD nubuilder4.sql
The extension sql is not allowed.
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: The form browse/edit not save data in the table

Unread post by kev1n »

Please zip it first and then upload.
jaimeandres3
Posts: 16
Joined: Thu Jul 22, 2021 4:10 pm

Re: The form browse/edit not save data in the table

Unread post by jaimeandres3 »

kev1n wrote:Please zip it first and then upload.
Attachment file nubuilder4.zip
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: The form browse/edit not save data in the table

Unread post by kev1n »

The primary key (Matricula) must not be on the form as an object. Remove it and saving will work.
jaimeandres3
Posts: 16
Joined: Thu Jul 22, 2021 4:10 pm

Re: The form browse/edit not save data in the table

Unread post by jaimeandres3 »

kev1n wrote:The primary key (Matricula) must not be on the form as an object. Remove it and saving will work.
Hello.
I delete Matricula the form and not save data.
Attachment print screen.
Thank you
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: The form browse/edit not save data in the table

Unread post by kev1n »

Can you upload a db dump again? Also check again the server logs for any new errors.

What PHP version are you using?
Post Reply