View Single Post
  #4  
Old 12-24-2014, 09:13 AM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,363
IntoRain is on a distinguished road
Default

The blank page is probably due to the issue Kyttias mentioned, and not database related. At least most blank pages on x10hosting right after installing are because of that. They changed their root so it doesn't link to the proper place anymore, you gotta manually change it. I understand you will change host, but if you want to stay with x10hosting, open the file class_path.php (should be inside path folder) and search this line:

PHP Code:
$this->root getenv('DOCUMENT_ROOT').SCRIPTPATH."/";  //getenv('DOCUMENT_ROOT') is not the path we want anymore 
Substitute it with:

PHP Code:
$this->root "/home/kyandiiworld/public_html/"
__________________


asp.net stole my soul.
Reply With Quote