If I check the box to have a content type show in the manager UI and hit save, the page reloads with a completely broken admin theme (no styles, javascript, etc.). If I disable manager_page, the admin theme works fine.

Comments

seanr’s picture

Also getting these errors when it breaks:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'slate_admin_block_content' was given in /var/www/html/example.com/html/includes/theme.inc on line 617.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'slate_admin_block_content' was given in /var/www/html/example.com/html/includes/theme.inc on line 617.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'slate_admin_block_content' was given in /var/www/html/example.com/html/includes/theme.inc on line 617.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'slate_admin_block_content' was given in /var/www/html/example.com/html/includes/theme.inc on line 617.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'slate_admin_block_content' was given in /var/www/html/example.com/html/includes/theme.inc on line 617.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'slate_admin_block_content' was given in /var/www/html/example.com/html/includes/theme.inc on line 617.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'slate_admin_block_content' was given in /var/www/html/example.com/html/includes/theme.inc on line 617.
danillonunes’s picture

I could not reproduce your error. However, when I try I get another related error. I make a fresh Drupal install, then enabled Manager's Page and all their dependencies.

So I get an broken page (really a Admin page without any menus). So I check an content type to appear in Manager UI and everything works fine.

seanr’s picture

This is just all kinds of hosed right now. I'm getting other intermittent weird behavior too. The broken admin theme (missing CSS, etc.) is VERY reproduceable on my end. I've got Admin 6.x-1.0-beta3 and Manager 6.x-1.0-rc2. As soon as I turn on Managers Page, the admin theme is hosed. Disable it and everything goes back to normal.