01-09-2018, 08:43 PM
Hi,
after instalation i got this message:
<pre></pre>
On the line 24 is code:
I try add this code:
<pre></pre>
I got the same message. var_dump contein this:
<pre></pre>
Where could be problem? Thanks
Nailen
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
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>";
I got the same message. var_dump contein this:
<pre>
Code:
string(24) "/home/www/uctenka.eu/www"
string(1) "/"
Where could be problem? Thanks
Nailen