View Full Version : Help?!
emilee12
05-02-2015, 08:59 AM
So, I have no idea what to do about this. :wutno:
http://kuewibeta.x10.mx/index.php
Hwona
05-02-2015, 10:16 AM
I once had this issue when I incorrectly specified my site's domain during installation. Did you remember to not include the http://?
emilee12
05-02-2015, 10:24 AM
I once had this issue when I incorrectly specified my site's domain during installation. Did you remember to not include the http://?
Hmm. Maybe I did. Thanks :)
emilee12
05-02-2015, 10:39 AM
I made sure that it didn't have the http:// or the www. and it still shows the same thing.
Kyttias
05-02-2015, 11:12 AM
Can we see your inc/config.php info anyway, (we won't need the database info) just to make sure? Also, since this is 10x hosting (which isn't recommended) make sure you followed additional steps in this post (http://mysidiaadoptables.com/forum/showthread.php?t=4763).
These should probably be lines in your inc/config.php (noting that the scriptpath is blank):
define('DOMAIN', 'kuewibeta.x10.mx'); //Your domain name (No http, www or . )
define('SCRIPTPATH', ''); //The folder you installed this script in
And (from the thread I linked above) in classes/class_path.php, the line you'll be replacing the old one with would be:
$this->root = "/home/kuewibeta/public_html/";
Hall of Famer
05-02-2015, 11:16 AM
Well first of all, you are not supposed to visit your site under the .php extension, it should be http://kuewibeta.x10.mx (http://kuewibeta.x10.mx/index.php) or http://kuewibeta.x10.mx (http://kuewibeta.x10.mx/index.php)/index instead. Also as Kyttias pointed out, the script may malfunction on new servers of x10hosting(older servers seem to be unaffected), check out this link below and maybe it will help:
http://mysidiaadoptables.com/forum/showthread.php?t=4763
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.