View Full Version : Site Not Showing Up
Brookreed
01-07-2015, 07:57 PM
I spent the evening installing the MAS, which I've done successfully in the past. However, when I try to access the site after installation, nothing shows up, on any page of the site--just a blank white page. I tried one of my old sites as well, and I noticed it was doing the same thing, though with a slightly older version of the script whereas this is the most current version. I'm using x10hosting, does anyone know what the problem is and how to fix it? I've tried switching browsers and have looked for other threads on the forum, but I can't seem to find anything to fix the problem. Thank you for your time.
Kyttias
01-07-2015, 09:16 PM
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 (http://www.mysidiaadoptables.com/forum/member.php?u=14938) suggests making modification inside classes/class_path.php, at line 62, or, just inside public function __construct. Change this line:
$this->root = getenv('DOCUMENT_ROOT').SCRIPTPATH."/";
to this (changing of course "yoursitename")
$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. :catfish:
However, these may be possibly relevant posts - [x (http://mysidiaadoptables.com/forum/showpost.php?p=31255&postcount=202)], [x (http://www.mysidiaadoptables.com/forum/showthread.php?t=4716)], [x (http://www.mysidiaadoptables.com/forum/showthread.php?t=4698)], [x (http://www.mysidiaadoptables.com/forum/showthread.php?t=4511)]
If nothing else, maybe shoot IntoRain (http://www.mysidiaadoptables.com/forum/member.php?u=14938)a PM directly for additional help about x10, as she seems to have this figured out.
Brookreed
01-08-2015, 05:08 PM
Woo, I got the site to work! Thanks for your help, Kyttias~
Kyttias
01-08-2015, 07:20 PM
Great! I'm glad. ^^
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.