Thread: Help?!
View Single Post
  #5  
Old 05-02-2015, 11:12 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 126,597
Kyttias is on a distinguished road
Default

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/"
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.

Last edited by Kyttias; 05-02-2015 at 11:19 AM.
Reply With Quote