Bug fix - private messages pagination not working
Posted: Tue Apr 05, 2016 2:54 pm
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.

File admin/mail.php, line 511 :
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
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.

File admin/mail.php, line 511 :
Code: Select all
$tmp = intval( hesk_POST('page', 1) );
If you can include the fix in a future release this would be great !!
best regards