Hi,

To solve this problem, do the following,

Open tag.php file and find,
Code:
if ($page > round($total / $config['items_per_page']))
replace with,
Code:
if ($page > ceil($total / $config['items_per_page']))
Check now.

If you can't get it fixed, open a support ticket at

BuyScripts Helpdesk

with your vshare admin and FTP login details.

Thanks,

Buyscripts Team.