• Hi everyone…

    I’m developing a website using WordPress as CMS and I’m doing very well.. Have started it at january, with the WP old version 2.6.x, and I got the entire site planned, with pages, subpages, dynamic content. And during the designing part, I chose to upgrade it to 2.7. And Ive done it fine, following the manual and Ive got no problem. But, today, when I was trying to design an specific page, where I pretend to put some sub pages with downloads, I noticed that the subpages have gone. Well, they stay there, have they IDs, and they url, but when I follow the links to them, I`ve got a blank page.
    The site is https://brunoalbuquerque.com/. This problem appeared at this page [https://brunoalbuquerque.com/downloads/ an it subpage [https://brunoalbuquerque.com/downloads/musicas/].
    As you can see, every subpage got this problem.
    And, for real, I have no idea about what is going on. Really… Never saw that, and I use WordPress as CMS for a long time.

    Please, forgive my bad english. And I’ll be very appreciated if anyone can help me.
    See ya!

Viewing 7 replies - 1 through 7 (of 7 total)
  • try resetting the permalinks
    admin – settings – permalinks

    Thread Starter Educarvalho

    (@educarvalho)

    I’ve tried it, but it doesn’t seems to make any difference, cause the permalinks works for posts. My problem is with pages.
    But thank you anyway!

    Any other suggestion?

    Thread Starter Educarvalho

    (@educarvalho)

    Just for curiosity, Ive tried to load on test page [ <a href="https://brunoalbuquerque.com/contato/testando/">https://brunoalbuquerque.com/contato/testando/</a> ] just to read the source of it and, guess what? Its empty!
    I hope that could be helpful…

    And I’m still trying!

    it still acts like a permalink problem to me
    try deleting the .htaccess
    now test pages do they work?
    if so, reset the permalinks – this should force a re-write

    Thread Starter Educarvalho

    (@educarvalho)

    I’ve renamed the .htaccess file to block it. Then reseted the permalinks to default config (/?=x) and followed the link to the subpages.. The page stills blank.
    How do I reset the permalins? Maybe I’m doing something wrong. :/
    I’m just settind default, saving, and reverting to custom permalinks configuration (/%category%/%postname%/).
    Am I doing it right?
    Maybe cleaning the .htaccess file so the wp can rewrite it.
    I’ll try it.

    Thread Starter Educarvalho

    (@educarvalho)

    I’ve done it just as I said. Create a fresh new .htaccess file, and reseted the permalinks structure at the wp-admin. The system rewrite the file, and I got the same error.
    It’s strange. I never saw that before.

    I don’t know if it helps, but that’s my .htaccess file content:


    # BEGIN WordPress

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule ^donwloads/([^/]+)$ wp-content/plugins/download-monitor/download.php?id=$1 [L]
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter Educarvalho

    (@educarvalho)

    There is any chance of this problem have something to do with the upgrade I’ve done? I can’t find any report of bug or something like that.

    I`m in trouble. Since I’m using WP as a CMS for site management.
    Without subpages, this almost useless.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘All subpages gone blank’ is closed to new replies.