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
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with init.php
#2
Ok. So it looks like that has something to do with you trying to get information that is requiring the user to be logged in. I'm not sure what's going on with your navigation because that's a custom file. If you want, you can post your whole navigation.php file to pastebin or hastebin and I'll take a look, but I'm going to guess that you have something going on in line 15 or around it that is looking for a user id or something like that.

Try logging in and then going to the home page. My guess is that the error will go away.

If you're doing some sort of logic on line 15, you could do something like

Code:
if($user->isLoggedIn()){
//whatever you were doing on line 15
Code:
}
  Reply


Messages In This Thread
Help with init.php - by marciocaparica - 01-09-2017, 05:53 PM
Help with init.php - by mudmin - 01-11-2017, 04:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)