Magento: Index Management Page Just shows Blank

admin, indexing, magento

Solution

This can be caused by unexpected termination of previous reindex. You can try make reindex manually via cmd/terminal (go to magento root/shell and type php indexer.php --reindexall) and then try to go to this page again.

Also, you can enable errors displaying in magento via editing index.php - uncomment line 77 and change line 73 to `if (!isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {` - this may give you more info about error

Problem

The index Management page from back end is just showing a blank page. I am not using any custom theme for admin side but it is not showing up. The header and footer and all other content of the page is there but the re-indexing table is not showing, as shown in image.

Original source