View Single Post
  #6  
Old 10-14-2017, 03:17 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 63,616
Dinocanid is on a distinguished road
Default

It took my a while to fix this, but i managed to figure it out. I had to go into class_mysidia and class_language and add "$this-root", since the x10 path fix had messed up some relative pathing.
I needed to do this in class_language for example:
PHP Code:
$this->root "/home/foodbabs/public_html/";
        
$globallangfile "{$this->root}lang/lang_global.php"
__________________
Reply With Quote