| Trustmaster |
|
|---|---|
|
Seems like maxusersperpage configuration option is missing from sed_config table. Please check if Admin => Configuration => Users => "Maximum lines in userlist" exists. If for some strange reason it doesn't then you might need to run this SQL query to restore it:
INSERT INTO `sed_config` (`config_owner`, `config_cat`, `config_order`, `config_name`, `config_type`, `config_value`, `config_default`, `config_text`) VALUES
('core', 'users', '05', 'maxusersperpage', 2, '50', '', '');
May the Source be with you!
|