Welcome to the nuBuilder Forums!

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

Javascript error when running any report Topic is solved

Questions related to nuBuilder Forte Reports and the Report Builder.
Post Reply
Lala
Posts: 43
Joined: Thu Nov 07, 2024 11:46 pm
Has thanked: 10 times
Been thanked: 4 times

Javascript error when running any report

Unread post by Lala »

Hi
I am getting a javascript error when I try to run any of my reports or try to save any sql statement, such as a browse sql


When I check the console I get this:
Screenshot 2025-06-17 090012.png
Does anyone have a solution?
2025-06-17_113250_6850a9a260d9e_nuBuilder_backup.sql.gz
You do not have the required permissions to view the files attached to this post.
Last edited by Lala on Tue Jun 17, 2025 1:37 am, edited 1 time in total.
steven
Posts: 380
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 54 times
Been thanked: 52 times

Re: Javascript error when running any report

Unread post by steven »

Hi Lala,

Can you share a copy of your database?


Steven
A short post is a good post.
kev1n
nuBuilder Team
Posts: 4428
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 475 times
Contact:

Re: Javascript error when running any report

Unread post by kev1n »

Lala wrote: Mon Jun 16, 2025 11:06 pm Try saving any SQL statement, such as a browse SQL.
Is this related to the topic of your post, "JavaScript error when running any report," or is it a separate issue?
Could you please provide the specific error message you're encountering in this case?
kev1n
nuBuilder Team
Posts: 4428
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 475 times
Contact:

Re: Javascript error when running any report

Unread post by kev1n »

Lala wrote: Mon Jun 16, 2025 11:06 pm I am getting a javascript error when I try to run any of my reports
Inspect the JS code/the button that runs the report to see if there is any issue. (check the JS code in onclick event)

run_report.png


How to Inspect an Element Using Chrome DevTools (without context menu)

1. Open Developer Tools
- Press F12
- Or press Ctrl + Shift + I (Windows/Linux)
- Or press Cmd + Option + I (Mac)

2. Activate the “Select Element” Tool
- Click the pointer icon (top-left of DevTools)
- Or press Ctrl + Shift + C (Windows/Linux)
- Or press Cmd + Shift + C (Mac)

3. Hover and Click an Element
- Move your mouse over the webpage
- Click the element you want to inspect

4. View in the Elements Panel
- The clicked element will be highlighted in the Elements tab of DevTools

Shortcut Summary:

Code: Select all

Open DevTools:     F12 or Ctrl+Shift+I (Cmd+Option+I on Mac)
Select Element:    Ctrl+Shift+C (Cmd+Shift+C on Mac)
You do not have the required permissions to view the files attached to this post.
Lala
Posts: 43
Joined: Thu Nov 07, 2024 11:46 pm
Has thanked: 10 times
Been thanked: 4 times

Re: Javascript error when running any report

Unread post by Lala »

Ignore this thread please - I've moved the problem to the general thread as it isn't report specific
Post Reply