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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Browse Next Page Broken
-
- nuBuilder Team
- Posts: 4566
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 531 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.