Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Newcomer Center (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=23)
-   -   Newbie with a rather frustrating problem :S (http://www.mysidiaadoptables.com/forum/showthread.php?t=4138)

jaymielynn 05-27-2013 04:17 PM

Newbie with a rather frustrating problem :S
 
Hello there. I am using x10 hosting. I have everything all set up, all files uploaded etc etc

When I run the install..I get this error: Could not connect to database, the following error has occurred:
SQLSTATE[28000] [1045] Access denied for user ' jkcsimx1_one'@'localhost' (using password: YES)

The user has been granted all privelages. I cannot seem to fix this error. Any ideas?

Thanks in advance for the help!

jaymielynn 05-27-2013 05:11 PM

Quote:

Originally Posted by jaymielynn (Post 26989)
Hello there. I am using x10 hosting. I have everything all set up, all files uploaded etc etc

When I run the install..I get this error: Could not connect to database, the following error has occurred:
SQLSTATE[28000] [1045] Access denied for user ' jkcsimx1_one'@'localhost' (using password: YES)

The user has been granted all privelages. I cannot seem to fix this error. Any ideas?

Thanks in advance for the help!

I managed to fix that issue, stupid oversight on my part. After performing the install I get the following errors on the following pages:

http://www.jkcsim.x10.mx/index.php

http://jkcsim.x10.mx/public_html/admincp/index

jaymielynn 05-27-2013 06:09 PM

I have solved the second problem. My site is up and running however there is one rather annoying hiccup. While on my site and in the Admin CP and the reset password email url, every link shows up like this in the browser: http//jkcsim.x10.mx//admincp/adopt/add which of course is not valid, so I have to manually go in and change the url to the correct version, in this case: http://jkcsim.x10.mx/admincp/adopt/add

Is there something I did wrong during the installation that may have caused this? and is there a fix?

Hall of Famer 05-27-2013 07:41 PM

Well the additional forward slash indicates that something is wrong in your script path configuration. Post your config.php file with your database info/password censored, I will sort this out for you.

jaymielynn 05-27-2013 08:06 PM

Quote:

Originally Posted by Hall of Famer (Post 26997)
Well the additional forward slash indicates that something is wrong in your script path configuration. Post your config.php file with your database info/password censored, I will sort this out for you.

<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'localhost'); //DB Hostname
define('DBUSER', '******'); //DB Username
define('DBPASS', '******'); //DB Password
define('DBNAME', 'jkcsimx1_adopts'); //Your database name
define('DOMAIN', 'http://jkcsim.x10.mx/'); //Your domain name (No http, www or . )
define('SCRIPTPATH', ''); //The folder you installed this script in
define('PREFIX', 'adopts_');
?>

Hall of Famer 05-27-2013 09:07 PM

Oh I see, its the domain configuration. Remove the forward slash '/' after '.mx', and this should fix your problem.

jaymielynn 05-27-2013 10:36 PM

Yay, thank you!


All times are GMT -5. The time now is 09:29 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.