Having an issue with the Browse page.
When there's more than 1 page and I click the arrow to go to the 2nd page, it shows the same data as the first page.
I've figured out that any time a SQL browse query contains a where clause, this happens.
Suggestions?
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.
Browse Next Page Broken
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: Browse Next Page Broken
Hi,
I don't see this kind of issue with pagination here.
e.g. Browse SQL:
When I click the arrow to navigate to the 2nd page, different records are shown.
(using the latest from Sourceforge, Standalone version, not Wordpress Plugin)
I don't see this kind of issue with pagination here.
e.g. Browse SQL:
Code: Select all
SELECT * FROM mytable
WHERE table_field = 'something'
(using the latest from Sourceforge, Standalone version, not Wordpress Plugin)
-
- Posts: 35
- Joined: Mon Dec 31, 2018 10:31 am
Re: Browse Next Page Broken
Thanks for the reply.
After further testing, I noticed I ended the SQL statement with a ;
When I took the semi-colon off, it started working.
After further testing, I noticed I ended the SQL statement with a ;
When I took the semi-colon off, it started working.