Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Install(?) error: Unable to access site after install (http://www.mysidiaadoptables.com/forum/showthread.php?t=4188)

Catfish 06-27-2013 01:22 AM

Install(?) error: Unable to access site after install
 
Hello! I'm hoping someone can help me. I've installed the Mysidia script tonight and everything seemed to go swimmingly. However, I receive an error when I attempt to log into the system to complete the process and access the admin page.

The only thing I can think of is that something went screwy because I installed into a subdirectory (since it's just a temp home for the time being).

You can visit the site here: http://battledoll.com/project/index.php

I would be grateful for any advice. Thank you!

Cat

Abronsyth 06-27-2013 07:12 AM

Well, depending on what script version you're using, you shouldn't have or need the ".php" after "index" in the URL. This should be true with the latest version, so that could /possibly/ be part of the problem (maybe). Otherwise, you may want to post exactly what error you're getting when trying to complete the process.

Tequila 06-27-2013 10:45 AM

Could you post your inc/config.php file? Please make sure to mask out any passwords though. ;3

Hall of Famer 06-27-2013 01:51 PM

Yeah if you are using Mys v1.3.3 the site url should not contain anything like .php. Anyway its common to make mistakes in your site domain and scriptpath if you do not install the script at your root directory. Post your config.php with password censored is the best way to help you here.

Catfish 06-30-2013 06:54 PM

Sorry for the delay in responding. Here is the requested info! Thank you~!

Code:

<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'localhost');            //DB Hostname
define('DBUSER', 'battledo_adopter');            //DB Username
define('DBPASS', '**************');            //DB Password
define('DBNAME', 'battledo_adopt');            //Your database name
define('DOMAIN', 'battledoll.com');            //Your domain name (No http, www or . )
define('SCRIPTPATH', '/project');    //The folder you installed this script in
define('PREFIX', 'adopts_');
?>


Tequila 07-01-2013 09:50 AM

Strange, I don't see anything wrong with that config.php file... Check your phpMyAdmin to see if the host address is correct (it's rare to not use localhost, but it does happen).

Hall of Famer 07-01-2013 01:49 PM

Indeed, does not seem to me that anything is wrong, are you sure you did not modify any part of the script?

Catfish 07-11-2013 06:44 PM

Hi again! Back to being able to squeeze more time into this project.

I removed the install in the sub-directory and installed it at top level. The install went along without error and actually got the site to respond but now I get a server error. To my untutored eye the dB stuff appears to match up correctly but, obviously, something's gone wonky.

Here's the config.php info again. In the meantime I'm going to dig into old topics and see if there is an existing answer. Thank you~!

Code:

<?php
//Mysidia Adoptables Site Configuration File

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

Here's the info from phpMyAdmin - it looks like it uses localhost...?

http://i20.photobucket.com/albums/b2...psa23ec3b5.png

Hall of Famer 07-12-2013 12:08 AM

umm a server error? Thats strange, may or may not be related to the script itself. Can you post what the server error says?

Catfish 07-23-2013 06:56 PM

It's a generic 500 error with no other information given. At this point I'm going to take a guess that there is something funky going on with how this particular host (JustHost) has things set up and I'm not clever (or currently able to spend time focusing close enough) to determine exactly what.

In the meantime I may try to get it up and running on one of the recommended free hosts just to get an idea of how it works.

Thanks for being responsive to my plight! :veeee:


All times are GMT -5. The time now is 08:13 AM.

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