Page 1 of 1

error on update

PostPosted: Wed Mar 19, 2008 2:49 pm
by ststoddard
Hi, the following error pops up sometimes in my application when a user tries to update information in a related record:

Fatal error: [pear_error: message="Intento de construir una quickform
sin registros." code=256 mode=return level=notice prefix="" info=""]On
line 59 of file /var/www/private/dataface/actions/edit.php in function
printStackTrace()
On line 889 of file /var/www/private/dataface/Dataface/Application.php
in function handle(array(array(Editar,https://192.168.1.2/db/PD/index.php?-action=edit&-table=Immatures&-cursor=1&-skip)
On line 1270 of file
/var/www/private/dataface/Dataface/Application.php in function
handleRequest()
On line 21 of file /var/www/private/db/PD/index.php in function display()
in /var/www/private/dataface/actions/edit.php on line 59


If one just hits the back button of their browser and tries to save again, it often will indeed save just fine. Could there be an issue arising from multiple users using the system (xataface/mysql) at the same time? At most, 4 guys are working at the same time entering and updating data.

Thanks.

ETA on 0.8???

PostPosted: Wed Mar 19, 2008 4:28 pm
by shannah
Hi Stephen,

I believe that this issue is a due to a glitch in Xataface 0.7.1 when it comes to editing records in a found set, when editing the record results in the record no longer showing up in the found set.

I believe that this issue has been fixed some time ago in my dev version. I have released a 1.0 beta at https://sourceforge.net/project/showfil ... _id=585646
which is a snapshot of the latest dev sources and should be reasonably stable.

Best regards

Steve

PostPosted: Wed Mar 19, 2008 5:31 pm
by ststoddard
Found set nails it on the nose. Indeed, my users use a search and then edit. I'll go after your snapshots and see what happens.

Cheers.