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
Fatal error after install
#1
Hi,

after instalation i got this message:

<pre>
Code:
Warning: require_once(/home/www/uctenka.eu/www/users/helpers/helpers.php): failed to open stream: No such file or directory in /home/www/uctenka.eu/subdomains/coinstock3/users/init.php on line 24

Fatal error: require_once(): Failed opening required '/home/www/uctenka.eu/www/users/helpers/helpers.php' (include_path='.') in /home/www/uctenka.eu/subdomains/coinstock3/users/init.php on line 24
</pre>


On the line 24 is code:
Code:
require_once $abs_us_root.$us_url_root.'users/helpers/helpers.php';

I try add this code:

<pre>
Code:
echo "<pre>";
var_dump($abs_us_root);
var_dump($us_url_root);
echo "</pre>";
</pre>


I got the same message. var_dump contein this:

<pre>
Code:
string(24) "/home/www/uctenka.eu/www"
string(1) "/"
</pre>


Where could be problem? Thanks

Nailen
  Reply


Messages In This Thread
Fatal error after install - by NailenBarkins - 01-09-2018, 08:43 PM
Fatal error after install - by mudmin - 01-09-2018, 08:57 PM
Fatal error after install - by NailenBarkins - 01-09-2018, 09:13 PM
Fatal error after install - by mudmin - 01-09-2018, 10:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)