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.
These should probably be lines in your inc/config.php (noting that the scriptpath is blank):
PHP Code:
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:
PHP Code:
$this->root = "/home/kuewibeta/public_html/";
|