Magento – Empty Page (just Header and Footer) on Manage Attribute Sets

adminhtmlcatalogconfigurationcoreerror

When I click on an attribute set to edit/configure it, Magento loads an empty page. I have searched on here and Google to find a solution, and have tried changing the memory_limit and max_execution_time with no success.

The page I see has the Magento Admin Panel header/footer with all the CSS, but in-between is empty.

I have also tried flushing the cache, etc.

I am using the latest version of Magento 1.7 Community Edition. The PHP version is 5.2.17.

I have tried enabling error logs, but log files don't seem to be generated – there is nothing in /var/log. The permissions on the /var/log directory are correct.

I tried the solution in http://www.magentocommerce.com/boards/viewthread/226412/#t424303 but it didn’t make any difference.

I can't view PHP / Apache server logs as its on shared hosting and they won't allow it.

I also tried using Firebug in Firefox to solve the issue, but got this error:
[21:06:05.016] The Web Console logging API (console.log, console.info, console.warn, console.error) has been disabled by a script on this page.

Any help would be appreciated.

Best Answer

It might be a design package issue. We had something similar in another setup of ours and it rendered some of our admin panels empty due to some admin panel changes.

Go to System->Configuration->General->Design. Check what the package/theme is under default configuration. Is it not the default for Magento? If so, you may have a theme doing some unintended stuff.

Turn on template hints in the admin panel. (Tutorial) Check to see what templates are being loaded in these hints and see if there is anything that seems out of place with the rest of the templates.

Related Topic