02-19-2018, 04:10 AM
Hmm. I don't know. One workaround is to go into init.php and just before the helpers line define your absolute root and your url root manually until they work.
On windows my abs/us variables are
string(15) "C:/xampp/htdocs"
string(9) "/testing/"
On centos they are
string(22) "/home/myfolder/public_html"
string(1) "/"
Also, how did you get to 4.3.13. Did you upgrade from earlier versions?
On windows my abs/us variables are
string(15) "C:/xampp/htdocs"
string(9) "/testing/"
On centos they are
string(22) "/home/myfolder/public_html"
string(1) "/"
Also, how did you get to 4.3.13. Did you upgrade from earlier versions?