Page 1 of 1

Bug fix - private messages pagination not working

Posted: Tue Apr 05, 2016 2:54 pm
by araviski
Script URL: private, but I have a licence !
Version of script: 2.6.5 (2.6.6 change logs checked)
Hosting company: myself
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: private messages / private messages pagination

Write your message below:

Private messages pagination is not working, when accessing page 2 I remain on page 1.
Image

File admin/mail.php, line 511 :

Code: Select all

        $tmp  = intval( hesk_POST('page', 1) );
Using hesk_REQUEST this is working. I do not know enough hesk private messaging system, hesk_GET might be enough for the fix.

If you can include the fix in a future release this would be great !!

best regards

Re: Bug fix - private messages pagination not working

Posted: Tue Apr 05, 2016 4:28 pm
by Klemen
I confirm this, thank you for reporting.

The fix will be included in the next release cycle (hesk_GET should be enough, but nothing really wrong with using hesk_REQUEST).

Re: Bug fix - private messages pagination not working

Posted: Wed Apr 13, 2016 11:48 am
by araviski
Thank you ! :D