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 09-18-2013, 06:57 AM
Starrunner's Avatar
Starrunner Starrunner is offline
Member
 
Join Date: Sep 2013
Posts: 16
Gender: Male
Credits: 2,379
Starrunner is on a distinguished road
Default Nothing seems to be working?

Hello,
I tried installing mysidia adoptables on many different hosts, and it works fine on two. But what ever i click [Log in, home, adopt everything] sends me to the hosts page and tells me that side does not exist or something.. Any help?

thanks in advance
Reply With Quote
  #2  
Old 09-18-2013, 07: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: 345,126
Hall of Famer is on a distinguished road
Default

Chances are you have entered the wrong domain and/or script path during installation process.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #3  
Old 09-18-2013, 07:10 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: 97,910
Tequila is on a distinguished road
Default

Could you tell me what format the file named htaccess is in? Is it htaccess.txt or .htaccess?
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote
  #4  
Old 09-18-2013, 03:41 PM
Starrunner's Avatar
Starrunner Starrunner is offline
Member
 
Join Date: Sep 2013
Posts: 16
Gender: Male
Credits: 2,379
Starrunner is on a distinguished road
Default

@Hall i think i have entered good domain
@tequila sorry, where can i find that file?

And this is what is it saying: 404 not found The Website/Page you are trying to access has not been found on our server. Please try again later
Reply With Quote
  #5  
Old 09-18-2013, 06:30 PM
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: 97,910
Tequila is on a distinguished road
Default

Could you post your inc/config.php file? Just star (****) out your passwords, we'll take a look and see what needs fixed. :3
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote
  #6  
Old 09-18-2013, 07:21 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: 345,126
Hall of Famer is on a distinguished road
Default

Quote:
Originally Posted by Starrunner View Post
@Hall i think i have entered good domain
@tequila sorry, where can i find that file?

And this is what is it saying: 404 not found The Website/Page you are trying to access has not been found on our server. Please try again later
I am mostly referring to script path, most people with your problem had it wrong rather than domain. The domain is easier to figure out, but script path may give newbies headache. Also note both domain and script path are case-sensitive, I've had users whose sites aint working 'cause they forget to capitalize/decapitalize script path.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #7  
Old 09-19-2013, 05:00 AM
Starrunner's Avatar
Starrunner Starrunner is offline
Member
 
Join Date: Sep 2013
Posts: 16
Gender: Male
Credits: 2,379
Starrunner is on a distinguished road
Default

Ok here it is:

<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'mysql.neq3.com'); //DB Hostname
define('DBUSER', 'u297917717_digi'); //DB Username
define('DBPASS', '********'); //DB Password
define('DBNAME', 'u297917717_digi'); //Your database name
define('DOMAIN', 'primaryvillage.uco.im'); //Your domain name (No http, www or . )
define('SCRIPTPATH', ''); //The folder you installed this script in
define('PREFIX', 'adopts_');
?>

and yeah i dont believe i have doing anything with script paths, so if you say so it might be a problem? :/
-- thank you guys for the support
Reply With Quote
  #8  
Old 09-19-2013, 07:18 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: 97,910
Tequila is on a distinguished road
Default

Looks like everything is fine there...
Could you check to see if you have a .htaccess file in your main directory? It's contents would look like this:
PHP Code:
RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule http://%1%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|jpg|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^get/([0-9]+).gif$ /click/siggy/$[L
Otherwise if the file is htaccess.txt you'll need to "rename" the file in your file manager/ftp manager to .htaccess.
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote
  #9  
Old 09-21-2013, 05:52 AM
Starrunner's Avatar
Starrunner Starrunner is offline
Member
 
Join Date: Sep 2013
Posts: 16
Gender: Male
Credits: 2,379
Starrunner is on a distinguished road
Default

I searched that file but it was not in my root/main directory. It was in install folder and it was .htaccess
Reply With Quote
  #10  
Old 09-21-2013, 06:58 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: 97,910
Tequila is on a distinguished road
Default

There should also be one in the root. Try copy/pasting the information I gave into a new file and name it .htaccess. Place the file in the root directory and let me know what happens.
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote
Reply


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
New PM not working SapphirePhoenix Questions and Supports 6 11-25-2015 10:20 PM
BB codes not working right keliptis Questions and Supports 3 02-03-2012 03:55 PM
Email Not Working blueskyler Questions and Supports 0 12-19-2011 02:34 PM
Conditions not working SilverDragonTears Questions and Supports 7 10-28-2011 06:18 PM
Ad HTML not working AlkseeyaKC Questions and Supports 2 07-01-2011 07:13 AM


All times are GMT -5. The time now is 12:39 PM.

Currently Active Users: 10640 (0 members and 10640 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