Hi,
as solution to save in the table, is this function still valid?
Hasn’t worked for a few days on Line (in Preview it’s ok)
Thanks
Claudio
export function myButton_click(event, $w) {
$w("#MyDataset").setFieldValues({
"gg" : $w("#table15").rows[0]['gg']+3,
"coeff" : $w("#table15").rows[0]['coeff']+(gcasa-gfuori),
"seriepos" : $w("#table15").rows[0]['seriepos']+1,
"serieneg" : 0,
"serievin" : $w("#table15").rows[0]['serievin']+1,
"serienul" : 0,
"votoperc" : 0,
"serienox" : $w("#table15").rows[0]['serienox']+1,
"serienov" : 0,
"votosqua" : 0
});
$w("#MyDataset").save();
});
Please post the URL to your site.
ok, the url is
https://cdambrox.wixsite.com/superbet/aggiornamento
this is the page from which I update all the DB (collection).
Until yesterday it only worked in Preview, but since this morning I have the following error, both in Preview and Live when i load the page.
WDE0053: Internal wixData error: Unknown error .
I’m not an expert programmer but just a self-taught …
thank you very much
Claudio
@yisrael-wix Today the error WDE0053 has been solved, the setFieldValues() sets of the page also worked for a few hours, now it doesn’t work again ( in Live ).
Also, I repeat, the editor page has become slow, when I click on the Database menu (left side bar) I have to exit the platform because it crashes.
In the last period WIX is giving me some problems.
Thanks
Claudio
I’ve passed this on for evaluation.
Please try your site again. There was a system issue that has now been resolved.
Hi, the problem is still there and only in Live .
Don’t work the setFilter() functions and after then also the setFieldValues() for updating the DB.
@Yisrael (Wix)
Hi, now everything works, SetFilter() function works and setFieldValues() updates fine.
I haven’t changed anything in the code and in the form, how long will it last? 
thanks
Claudio