Page 1 of 1

error after save

Posted: Thu Jan 09, 2020 7:59 pm
by johan
Hi
I'm getting this error after save.


Code: Select all

[0] : 
===USER==========

globeadmin

===PDO MESSAGE=== 

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE `zzzzsys_user_id` = '5d760b862083de1'' at line 1

===SQL=========== 

UPDATE zzzzsys_user SET  WHERE `zzzzsys_user_id` = '5d760b862083de1';

===BACK TRACE====

/var/www/html/vrijwilligers/nudata.php - line 346 (nuRunQuery)

/var/www/html/vrijwilligers/nuapi.php - line 52 (nuUpdateDatabase)
I think my sql is correct. When I browse and open a form, everything is shown correct.
Any idea?

Re: error after save

Posted: Thu Jan 09, 2020 8:08 pm
by kev1n
johan wrote:Hi
I'm getting this error after save.
Does the error occur in just form one form or in any? Without more details it is probably difficult to say what goes wrong.

Re: error after save

Posted: Thu Jan 09, 2020 10:20 pm
by johan
It's only in one form.

Re: error after save

Posted: Fri Jan 10, 2020 4:22 am
by kev1n
Since the error occurs while saving the form, it has nothing to do with the Browse SQL? Is it possible to upload an SQL dump of your db containing just that form?

Re: error after save

Posted: Sat Jan 11, 2020 10:36 am
by johan
Kevin

I've made a typing error. Now it's solved.

Thanks again.
Johan

Re: error after save

Posted: Sat Jan 11, 2020 10:31 pm
by admin
.