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.