Welcome to the nuBuilder Forums!

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

SQL Error in nuRunQuery

Questions related to using nuBuilder Forte.
Post Reply
marc
Posts: 92
Joined: Mon May 14, 2018 3:26 pm

SQL Error in nuRunQuery

Unread post by marc »

Hi,

I see a lot of these messages in nuDebug Results. What does it mean?

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

globeadmin

===PDO MESSAGE===

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nuBuilder4.___nu15e2f6f6195151___' doesn't exist

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

SELECT SUM(sob_all_type) AS total_0,SUM(sob_input_type) AS total_1,SUM(sob_all_id) AS total_2,SUM(zzzzsys_form_id) AS total_3,SUM(sob_all_label) AS total_4,SUM(sfo_description) AS total_5,SUM(syt_title) AS total_6
FROM zzzzsys_object JOIN ___nu15e2f6f6195151___ ON zzzzsys_object_id = theid JOIN zzzzsys_tab ON zzzzsys_tab_id = sob_all_zzzzsys_tab_id JOIN zzzzsys_form ON zzzzsys_form_id = syt_zzzzsys_form_id
WHERE 1

===BACK TRACE====

/home/html/nuBuilder4/nuform.php - line 356 (nuRunQuery)

/home/html/nuBuilder4/nuform.php - line 335 (nuBrowseTotals)

/home/html/nuBuilder4/nuapi.php - line 41 (nuGetFormObject)
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SQL Error in nuRunQuery

Unread post by admin »

marc,

Remove them and see if they reappear.


Steven
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: SQL Error in nuRunQuery

Unread post by kev1n »

Hi,

This is a known "bug" & has been reported by other users as well:

https://github.com/smalos/nuBuilder4-Bu ... _Errors.md
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SQL Error in nuRunQuery

Unread post by admin »

Now fixed.
Post Reply