XF 1.2 XenForo User Help

Summit

Active member
Whenever I go to change a users group, I'll click on List all users, then a user, and it shows blank. Any Ideas?
 
A blank page is often a suppressed error. Try adding this line to your library/config.php file to see if that reveals any specific error message on the blank page:

Code:
ini_set('display_errors', true);
 
This is all it shows
3R9SnYi.png
 
I fixed it by rebuilding the master data at install/

The master data includes the templates. Probably your master templates were corrupt for some reason or had been edited. Rebuilding the master data restores the master templates.
 
Top Bottom