• Resolved c0y0te

    (@c0y0te)


    Upgrade to 2.5 went ahead no problems, then when I test out my site I noticed that all my ‘pages’ were not found (e..g no post matched criteria) when I clicked on them.

    I’ve confirmed that the content is still there; tried editing/saving the pages again to see if it would make a difference but it doesn’t.

    can someone please tell me how to get my pages displaying again in 2.5 please?

    I’ve also noticed that 2.5 is MUCH SLOWER than the previous 2.3.3 version. It’s taking ages to get anything to load.
    Help?!?

Viewing 15 replies - 31 through 45 (of 107 total)
  • I’m experiencing a similar problem. At first I thought its the template (I made it and its my first). But changed themes and the same thing. Some posts are shown, about 10%. Takes the header, shows the title, ratings and all and jumps straight to entries navigation. No content!
    I’m so confused! I’m really bad at all this WP stuff, all I did was based on guess and a lot of reading.

    And I checked the content code it is in the single.php file. ??

    Any advices for a girl new to this? ??

    Thanks in advance,
    Wanda.

    Guess what? I just deactivated ‘WP lightbox 2’ and ‘Add Lightbox’ plugins and my content its showing to all!
    Yay! Hope this information is useful. ??

    Thread Starter c0y0te

    (@c0y0te)

    Unfortunately I don’t have those plugins, but I did deactivate all my plugins while testing this issue and it made no difference.

    I deactivated my plugins too, nothing changed. I’m running Adsense manager, all-in-one seo, cystats, democracy, democracy widget, feedburner feedsmith, google adsense widget, sociable zyblog edition, vipers video tags, wordpress.com stats, wordpress video plugin, wp captcha free. Does anyone know if one of those plugins causes the problem?

    I’ve contacted my host and after a bit of begging and pleading they say they’ll switch me over to a linux package free of charge.
    Will this definitely solve my problems? Did this work for you coyote?

    Thread Starter c0y0te

    (@c0y0te)

    I’m still waiting on some helpful advice Pitchslap about the best way to migrate over. See the following link for more info:-

    https://www.ads-software.com/support/topic/165228?replies=3

    I’ve bought the hosting contract, secured the new domains for testing purposes and all that remains is for me to figure out how to migrate across with the differing permalinks and categories.

    All help greatly appreciated. I don’t want to waste a weekend doing it the wrong way, so if anyone can advise me, then please do so. Thanks.

    In my case page is loading with post template (single.php) not page template (page.php)
    It looks like WP 2.5 is thinking that a page is a post. Maybe because it create a match for every level? %page%/%year/%monthnum% is converted to %page% and %page%/%year% and %page%/%year%/%monthnum% ? Any WP programmer here? In previus versions this works!
    Thanks,
    Jorge

    I’ve been reading about how WP rewrites URLs and came across this post from Mark Jaquith (https://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/); he concludes with a link to a simple plugin that solved my problem. Hope it helps some of you as well.

    Hello.
    I fixed this error on my website. In my case the problem was that wp2.5 was not able to recongnize a page because my permalink started with %postname% so I modified wp-includes/query.php
    I added:

    } elseif ( ('' != $qv['name']) && ('' == $qv['year']) ) {
    			$this->is_single = false;
    			$this->is_page = true;

    Before:

    } elseif ( '' != $qv['name'] ) {
    			$this->is_single = true;

    Now wp looks if the file also had a year (it could be monthnum or day) so it can recognize a page as a page index.php/page-name
    This only fix the case when you use index.php/%postname%/%other-variables%
    Hope this help you. Sorry for my English :/

    Thread Starter c0y0te

    (@c0y0te)

    Latintop,

    I tried updating my query.php file with that code and reloaded it up to my site but it made no difference. I still can’t see my pages.

    thank you Latintop.

    I fix this problem too by modified wp-includes/query.php.

    Now my page is work.

    you are all right.

    my blog:

    https://shafeng.cn

    oh

    I find the page is work.
    but the post is not work.

    this code is not right all.

    ??

    Shafeng.
    My fix only works if your permalink is different than page link. In my case page is /index.php/<page-name> and post is index.php/<post-name>/%year%/%monthnum%/%day% this way wp can distinguish between post and page.
    c0y0te, can you post your permalink?

    Thread Starter c0y0te

    (@c0y0te)

    Latintop,

    my permalink currently is /index.php/%category%/%postname%/

    Right now I can see posts, but can cannot see any pages, even though they are in the DB.

    If you’re a wiz with permalinks maybe you can also help me out with an even bigger question? Check out the link below. Thanks

    https://www.ads-software.com/support/topic/165228?replies=7

    ??

    my permalink is:
    https://shafeng.cn/index.php/%postname%
    ===============================================
    In my case page is /index.php/<page-name> and post is index.php/<post-name>/%year%/%monthnum%/%day%
    ===============================================
    how set this permalink ??
    can permalink set to different?

    I tried changing the permalinks but it had no impact.

    When I tried to write a post it didn’t post and now it shows a blank page for “write”

    In “manage” only some files open and it will not let me edit anything–and after I attempted the edit, all I get is blank page for “manage”

    Any help appreciated!

Viewing 15 replies - 31 through 45 (of 107 total)
  • The topic ‘Upgraded to 2.5, now pages don’t display…WTF?’ is closed to new replies.