Results 1 to 5 of 5

Thread: Some tags leading to 404 error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    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.

  2. #2
    Join Date
    Apr 2010
    Posts
    88

    Default

    Ok cool. I got it solved about 2 minutes ago actually. But glad you posted this for future reference and for others to. This was a pain in the but..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •