• Hello all,

    Here’s a situation that’s been bugging me for a while. I helped a friend setup a WordPress based site on Yahoo Hosting. I included “index.php” in the permalink text to get permalinks working (A Yahoo! Hosting quirk). Things worked fine for a few days and and site is still fuctional, but one fine day the Manage > Pages listing in the admin area disappeared and it hasn’t reappeared since.

    The “All Pages” and “Drafts” listing is blank but the “Published” listing shows up as normal. The pages themselves exist and can be visited with a direct link but editing is obviously problematic with them not showing up in the admin area.

    Looking at the source code of the blank page listing, I find that it ends here:

    ...
    <table class="widefat">
      <thead>
      <tr>
    	<th scope="col" class="check-column"><input type="checkbox" /></th>
    	<th scope="col">Modified</th>
    
    	<th scope="col">Title</th>
    	<th scope="col">Author</th>
    	<th scope="col">Status</th>
      </tr>
      </thead>
      <tbody>

    So, it would seem something is causing it to choke on the loop that goes through the pages in the database for admin listing.

    Things I have tried without success:
    1) This install started as WP 2.5. I have since upgraded to 2.6 and then 2.61 using the auto updater plugin.
    2) Re-uploaded the “Includes” folder, since I figured the code in question resides there.
    3) Repaired the database.
    4) Installed the “Disable Canonical URL Redirection” plugin which solved some intermitent page address issues to do with Yahoo.

    The problem still persists, and not being familiar with the innards of WordPress, I have no idea what could be wrong. I am guessing the important clue is in the fact that the Published pages listing shows up normally. That means the display of the drafts in the “All Pages” and “Drafts”is somehow causing the issue. Perhaps there is something wrong with those particular database entries.

    I would appreciate the benefit of your expertise on this forum. Is there something obvious I’m missing?

    Thanks in advance,
    Samir

Viewing 2 replies - 1 through 2 (of 2 total)
  • thecensoredwwwlamegamename

    (@thecensoredwwwlamegamename)

    I think I had the same blank “Manage” area in my dashboard. I had recently installed a plugin called WordSpew. It was to be a frontpage ajax chatbox on my blog, but I couldn’t get it working, I got side tracked and forgot to deactivate and delete it, then I noticed my manage button went to a blank screen. I didn’t put it together with wordspew right away. But in troubleshooting I renamed my plugins folder and then the manage button was working again. Incidentally I had to reactivate about a dozen plugins, so I don’t recommend the plugins folder rename as basic troubleshooting. I’d say if you’re running into problems and you installed a plugin in recent memory that’d the plugin to deactivate, test then delete and test, as I’ve seen plugins wreak havoc simply to be in the folder unactive.

    Hope this helps, let me know, k?
    Daniel Vincent Kelley
    https://www.lamegame.name
    [email protected]

    Thread Starter Samir Bharadwaj

    (@samirinc)

    Thank you for the reply, Dan.

    I did try to deactivate plugins one at a time and even deleted deactivated plugins. No change. Finally I renamed the plugins directory, but still no change. So, it would seem this is not quite the same issue.

    Thanks for your help though. It was worth a shot. If nothing else I have filed away for future reference the fact that deactivated plugins can still affect WordPress functionality.

    It would have been nice to solve this mystery, but I’m just going to move on and do a complete site re-install and re-creation from scratch. It is for a friend’s portfolio and she was having trouble wrapping her head around WordPress’s in-built media gallery system anyway.

    A brand new 2.7 install with something like NextGen Gallery is now on my todo list.

    Thanks again for your input,

    Samir
    https://SamirBharadwaj.com/blog/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mysterious blank “Manage Pages” list’ is closed to new replies.