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
Undefined variable: us_url_root but path is showed correctly during installation
#4
Try doing
Code:
echo "<pre>";
Code:
var_dump($abs_us_root);
Code:
var_dump($us_url_root);
Code:
echo "</pre>";

That will accomplish the same thing as my dump function.

I would replace line 12 on init.php with
Code:
$us_url_root='/enl/';

as a starting point. Then you might need to remove a slash from either side to make it all work.

  Reply


Messages In This Thread
Undefined variable: us_url_root but path is showed correctly during installation - by mudmin - 10-10-2016, 02:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)