The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
All Settings links direct to admin dashboard - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27)
+--- Thread: All Settings links direct to admin dashboard (/showthread.php?tid=1509)



All Settings links direct to admin dashboard - thanna - 06-05-2019

I recently upgraded to 4.4 and now all of the page links under the Settings section of the admin page direct to the admin Dashboard view. Seems like many of the links under Tools are doing it as well. All of the relevant view files appear to be present and in the right places. Any advice?

Thanks in advance.


RE: All Settings links direct to admin dashboard - mudmin - 06-05-2019

Did you change your user ID? Some things require you to be in the master account. If you are user ID is not 1, go into the users/init.php and add your user ID to the $master_account array. These are hardcoded to prevent somebody from getting in the system and somehow boosting their own privilege up to do things that are too powerful.


RE: All Settings links direct to admin dashboard - thanna - 06-06-2019

That was it! Thanks!