Page 1 of 1

phpMyAdmin table pagination doesn't work

PostPosted: 20. May 2017 04:05
by vlad_barseghyan
Hi there,
Started using Xampp PHP version: 7.1.4 around few days ago, as I have started development in project with PHP version 7.
Seems there is an issue with pagination in phpMyAdmin table pagination, as when I'm trying to change page via selectbox https://www.screencast.com/t/dtJ8dD2zudmx ,
appearing errror message regarding token mismatch. I have digged a bit deeper, and seems issue is in the form, which is containing selectbox, particularly it doesn't include token as executing file js/functions.js (more accurate lines 4155-4165) and triggering there
Code: Select all
$(this).closest("form").submit();
on line 4161 (js/functions.js).

Can you help with this to fix?

Thanks