Quote:
Originally Posted by sadiq6210
In profile, the link is like this:
Code:
/member.php?u=1&page=3&tab=thanks&perpage=20
I noticed that It is working when I remove (&perpage=20), to be like this:
Code:
/member.php?u=1&page=3&tab=thanks
|
I had the same issue, and indeed what you say about removing &perpage=20 from the url makes it work.
According to DBTech it's a server issue ...
Anyway, I edited the class_profileblock.php file to make it stop adding that perpage string on the url and works fine now.
(look for "&tab=$id" and remove the perpage part after it)