• Anywhere on the site where there is pagination, the GET terms turn out duplicated.

    For example, if you search for apples: www.mysite.co.il/?s=apples%3Fs%3Dapples&paged=2 -> (copy/paste from URL)
    www.mysite.co.il/?s=apples?s=apples&paged=2 -> probably should mean

    The same happens when you use the category or post pagination.

    Moreover, the same issue happens in the Admin Panel as well!
    In the Tags menu for example, when I click page number 2, the URL is:
    http://www.mysite.co.il/wp-admin/edit-tags.php?taxonomy=post_tag%3Ftaxonomy%3Dpost_tag&pagenum=2 -> (copy/paste from URL)

    http://www.mysite.co.il/wp-admin/edit-tags.php?taxonomy=post_tag?taxonomy=post_tag&pagenum=2 -> probably should mean

    But this is not all:
    I’ve downloaded a fresh WP install, exported the DB, installed it locally on XAMPP, and… The issue was FIXED!

    Did the same again on the remote server but it didn’t help.

    Please HELP.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the exact same problem…
    anyone got a fix?

    http://www.example.com/wp-admin/edit-tags.php?taxonomy=category&taxonomy&category&pagenum=2

    taxonomy&category showing twice

    Thread Starter lolmaster

    (@lolmaster)

    The problem is much more severe than I thought:

    EVERY WP 3.0 installation (even a fresh one with a fresh DB), gets its pagination screwed up.

    I talked with my local hosting, and they told me it’s a .htaccess issue, and that I should check my rewrites.
    Now I notice that I don’t have .htaccess file in my WP directory at all.

    I took the same installation, with the screwed pagination, and put it on my ‘hostmysite’ account and it worked perfectly(without htaccess). So I figure it’s some server config problem… my local hosting disagrees.

    Has anyone any idea what’s the real problem is?

    eben0 – did u talk to your hosting?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Corrupt pagination url (on admin and template)’ is closed to new replies.