Ticket #7831 (closed defect (bug): invalid)

Opened 3 months ago

Last modified 1 week ago

Upgrade to 2.7 and got Blank MainPage (Other Pages Works Fine)

Reported by: ghanchi2000 Assigned to: anonymous
Priority: normal Milestone:
Component: General Version: 2.7
Severity: normal Keywords: blank page
Cc:

Description

Recently i upgrade WordPress to 2.7 after upgrade i visit home page its shows blank page after i try to login in admin panel adding /wp-admin in link its work perfectly after i login i try all admin panel all things (include Plugin, Themes Preview and all admin panel) work perfectly but Main Page show blank Page and other topics, categories direct link works fine.

I do one mistake before upgrade i forgot to disable/inactive themes and plugins

Change History

(follow-up: ↓ 6 ) 10/05/08 23:01:23 changed by DD32

Do you have PHP Errors enabled/being displayed?

Try adding

define('WP_DEBUG', true);

to your wp-config.php file temporarily to see if that lets any errors show up.

Another possibility is, do you have a 'index.php' file in your plugins directory (ie. wp-content/plugins/index.php) - I have a feeling it can be caused by that..

10/09/08 13:22:05 changed by ShaneF

Agree. Sounds like a theme error.

10/12/08 15:33:46 changed by jacobsantos

  • keywords changed from blank page to blank page reporter-feedback.
  • priority changed from highest omg bbq to normal.

10/12/08 15:34:21 changed by jacobsantos

More information is needed to continue, lowered priority until new information is available.

10/15/08 04:27:37 changed by jacobsantos

  • milestone changed from 2.7 to 2.8.

No information, sending to next version.

(in reply to: ↑ 1 ) 12/11/08 04:38:39 changed by vladimir_kolesnikov

Replying to DD32:

Actually it should be something like this:

@ini_set('display_errors', 1);
define('WP_DEBUG', true);

As many hosters suppress error output for the sake of security.

12/14/08 20:54:48 changed by iacas

I had a similar problem. Error output made little to no sense, and it wasn't until I stumbled upon the solution that I really had any clue what might work.

The problem was that I had a high number of "posts to display" set on my "Reading" settings page (was 9999, now 999). I wrote this up at my blog (links directly to appropriate entry) if you're interested.

My theme sets the number of posts to display (to 9) and, as I mentioned, this worked fine in 2.6. I think this may indicate that there are some performance issues with 2.7 that might be fixable.

12/29/08 23:06:21 changed by mrmist

  • keywords changed from blank page reporter-feedback to blank page.
  • status changed from new to closed.
  • resolution set to invalid.
  • milestone deleted.

Closing this one off before it stagnates. No feedback, etc..