Bug fix - private messages pagination not working

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
araviski
Posts: 14
Joined: Wed Feb 08, 2012 3:18 pm

Bug fix - private messages pagination not working

Post 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
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Bug fix - private messages pagination not working

Post 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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
araviski
Posts: 14
Joined: Wed Feb 08, 2012 3:18 pm

Re: Bug fix - private messages pagination not working

Post by araviski »

Thank you ! :D
Post Reply