Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 06-27-2013, 01:22 AM
Catfish Catfish is offline
Member
 
Join Date: Jun 2013
Location: Redmond, WA, USA
Posts: 4
Gender: Unknown/Other
Credits: 2,163
Catfish is on a distinguished road
Default 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
Reply With Quote
  #2  
Old 06-27-2013, 07:12 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 111,678
Abronsyth is on a distinguished road
Default

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.
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote
  #3  
Old 06-27-2013, 10:45 AM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 96,115
Tequila is on a distinguished road
Default

Could you post your inc/config.php file? Please make sure to mask out any passwords though. ;3
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote
  #4  
Old 06-27-2013, 01:51 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,451
Hall of Famer is on a distinguished road
Default

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.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #5  
Old 06-30-2013, 06:54 PM
Catfish Catfish is offline
Member
 
Join Date: Jun 2013
Location: Redmond, WA, USA
Posts: 4
Gender: Unknown/Other
Credits: 2,163
Catfish is on a distinguished road
Default

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_');
?>
Reply With Quote
  #6  
Old 07-01-2013, 09:50 AM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 96,115
Tequila is on a distinguished road
Default

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).
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote
  #7  
Old 07-01-2013, 01:49 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,451
Hall of Famer is on a distinguished road
Default

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


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #8  
Old 07-11-2013, 06:44 PM
Catfish Catfish is offline
Member
 
Join Date: Jun 2013
Location: Redmond, WA, USA
Posts: 4
Gender: Unknown/Other
Credits: 2,163
Catfish is on a distinguished road
Default

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...?


Last edited by Catfish; 07-11-2013 at 07:04 PM.
Reply With Quote
  #9  
Old 07-12-2013, 12:08 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,451
Hall of Famer is on a distinguished road
Default

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


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #10  
Old 07-23-2013, 06:56 PM
Catfish Catfish is offline
Member
 
Join Date: Jun 2013
Location: Redmond, WA, USA
Posts: 4
Gender: Unknown/Other
Credits: 2,163
Catfish is on a distinguished road
Default

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!
Reply With Quote
Reply

Tags
error, install

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Keep getting '404 Error' when trying to install MAS v1.3.3 kyrctyn Questions and Supports 25 10-12-2015 04:33 PM
install error soranagino Questions and Supports 2 01-15-2015 02:00 PM
Unable to Install MyBB - Help, Please? Cerestes Questions and Supports 4 07-19-2013 11:15 PM
Site won't show up after install? AlexC Questions and Supports 8 03-17-2011 10:59 AM
(RESOLVED) Install error please help Flexxall Questions and Supports 5 08-09-2009 10:57 AM


All times are GMT -5. The time now is 11:54 AM.

Currently Active Users: 462 (0 members and 462 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636