View Single Post
  #2  
Old 01-07-2015, 09:16 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 127,470
Kyttias is on a distinguished road
Default

Sadly, there have been many troubles with x10 hosting and Mysidia lately. They changed their root so it doesn't link to the proper place anymore, you gotta manually change it.

IntoRain suggests making modification inside classes/class_path.php, at line 62, or, just inside public function __construct. Change this line:

Code:
$this->root = getenv('DOCUMENT_ROOT').SCRIPTPATH."/";
to this (changing of course "yoursitename")

Code:
$this->root = "/home/yoursitename/public_html/";
Try removing what you have, and then making this change before running the install?

I can't make guarantees on this fix and you might want to look around for other hosts, as it seems to be a problem specific to x10 right now.

However, these may be possibly relevant posts - [x], [x], [x], [x]

If nothing else, maybe shoot IntoRain a PM directly for additional help about x10, as she seems to have this figured out.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote