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:
Does anyone have a solution?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Javascript error when running any report Topic is solved
Re: Javascript error when running any report
Hi Lala,
Can you share a copy of your database?
Steven
Can you share a copy of your database?
Steven
A short post is a good post.
-
- nuBuilder Team
- Posts: 4428
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 74 times
- Been thanked: 476 times
- Contact:
Re: Javascript error when running any report
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?
-
- nuBuilder Team
- Posts: 4428
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 74 times
- Been thanked: 476 times
- Contact:
Re: Javascript error when running any report
Inspect the JS code/the button that runs the report to see if there is any issue. (check the JS code in onclick event)
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.
Re: Javascript error when running any report
Ignore this thread please - I've moved the problem to the general thread as it isn't report specific