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



UserSpice
WEBSITE offline problem - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: WEBSITE offline problem (/showthread.php?tid=587)



WEBSITE offline problem - picassoo - 06-08-2017


Notice: Undefined variable: master_account in C:\xampp\htdocs\users\includes\header.php on line 56

Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdocs\users\includes\header.php on line 56
The site is currently offline.


WEBSITE offline problem - mudmin - 06-08-2017

There was an update that asked you to put the line
$master_account = [1];
in your init.php file. That will fix the problem.


WEBSITE offline problem - picassoo - 06-09-2017

Thanks for the help, you fix the problem Tongue