Problem: in the admin panel, if you go to system-> configuration, you find that the page (part of the content) is empty (the title, menu and footer are visible).
Before anything checks your logs in / var / log /.
Try updating all magento pools (system-> manage caches). If this does not work, edit /app/etc/local.xml and disable local modules by setting "disable_local_modules" to true - true. REMEMBER to clear the magenta cache (system-> manage caches) or disable caching before reloading the system configuration page → or perform any other operation. If the message "access denied" appears, you do not have enough privileges for the specific module. To solve, go to system-> permissions. > Roles (select administrators) and click "save role" with permission to "everything." In older versions of magento, or if you have not restored (or cannot), you need to set for system-> permissions-> roles (select administrators) in "custom" and, after selecting everything, save the role.
For a permanent fix (to select "all / all") you need to modify the file /app/etc/config.xml and add the missing user group.
His work is for me .... Thank you
source share