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
Problems with install
#2
For some reason your classes are not autoloading, which seems to me like a path issue. Here's how that path thing should look...

function env($type='server'){
if($type == 'server'){
if($_SERVER['HTTP_HOST'] == 'localhost'){
return $_SERVER['DOCUMENT_ROOT'].
'us4/';
}else{
return $_SERVER['DOCUMENT_ROOT'].
'us4/';
}
}else{
if($_SERVER['HTTP_HOST'] == 'localhost'){
return
'us4/';
}else{
return
'us4/';
}
}
}

See above there are 4 places that say us4/ ? If you are on a live server for example, all four of those things should either be /yourfolder/ or yourfolder/

It seems like you might not have gotten all 4 of them. I'll be happy to help further if you have issues.
  Reply


Messages In This Thread
Problems with install - by kymo1970 - 02-24-2016, 03:22 AM
Problems with install - by mudmin - 02-24-2016, 12:16 PM
Problems with install - by mudmin - 02-24-2016, 12:18 PM
Problems with install - by kymo1970 - 02-24-2016, 02:28 PM
Problems with install - by brian - 02-24-2016, 02:40 PM
Problems with install - by kymo1970 - 02-24-2016, 03:12 PM
Problems with install - by brian - 02-24-2016, 03:21 PM
Problems with install - by mudmin - 02-24-2016, 03:27 PM
Problems with install - by brian - 02-24-2016, 03:30 PM
Problems with install - by mudmin - 02-24-2016, 03:32 PM
Problems with install - by kymo1970 - 02-24-2016, 03:33 PM
Problems with install - by mudmin - 02-24-2016, 03:37 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)