05-19-2018, 03:25 PM
I have been struggling today, to get this to work. But I continue to get the following errors:
Notice: Undefined variable: abs_us_root in D:\xampp\htdocs\dev\users\helpers\forms.php on line 349
Notice: Undefined variable: us_url_root in D:\xampp\htdocs\dev\users\helpers\forms.php on line 349
Then because of a previous post I found on the board, I tried the following code on my page:
echo "</br> </br>";
dump($abs_us_root);
echo "</br> </br>";
dump($us_url_root);
Which results in:
string(15) "D:/xampp/htdocs"
string(5) "/dev/"
Can somebody help me, where I am going wrong?
Notice: Undefined variable: abs_us_root in D:\xampp\htdocs\dev\users\helpers\forms.php on line 349
Notice: Undefined variable: us_url_root in D:\xampp\htdocs\dev\users\helpers\forms.php on line 349
Then because of a previous post I found on the board, I tried the following code on my page:
echo "</br> </br>";
dump($abs_us_root);
echo "</br> </br>";
dump($us_url_root);
Which results in:
string(15) "D:/xampp/htdocs"
string(5) "/dev/"
Can somebody help me, where I am going wrong?