You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pagination on forum topic is done with ?p=1 ?p=2 etc
Problem is that you can use any parameter and the page is displayed (no 404 error, no error message, anything)
It shouldn't work this way
Proposed Solution
No idea for now, just marked.
Note:
if you use by mistake for example: ?p=-3
you got fatal error Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array,
There should be some checks for this
The text was updated successfully, but these errors were encountered:
Motivation
pagination on forum topic is done with ?p=1 ?p=2 etc
Problem is that you can use any parameter and the page is displayed (no 404 error, no error message, anything)
It shouldn't work this way
Proposed Solution
No idea for now, just marked.
Note:
if you use by mistake for example: ?p=-3
you got fatal error Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array,
There should be some checks for this
The text was updated successfully, but these errors were encountered: