Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento: Index Management Page Just shows Blank

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.

enter image description here

like image 530
Aleem Ahmad Avatar asked Apr 25 '14 05:04

Aleem Ahmad


1 Answers

If tou have GeoIp extension, you need to change in the file app/code/community/Openstream/GeoIP/etc/config.xml

   <adminhtml>
        <layout>
            <updates>
                <index>
                    <geoip>
                        <file>openstream/geoip.xml</file>
                    </geoip>
                </index>
            </updates>
        </layout>
    </adminhtml>
like image 166
Felix Avatar answered Oct 04 '22 20:10

Felix