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)
-   -   Admin Login Error, Please Help!! (http://www.mysidiaadoptables.com/forum/showthread.php?t=4775)

ashamedCake 01-28-2015 09:51 PM

Admin Login Error, Please Help!!
 
I just finished the installation of my Mysidia Adoptables Website, Sagapets, and whenever I click on Login button on the final installation page I get this error message;

Fatal error: Class 'AppController' not found in /srv/disk4/1801781/www/sagapets.co.nf/login.php on line 3

Here is the URL: http://www.sagapets.co.nf/login.php

:catfish: Please Help! :catfish:

Kyttias 01-29-2015 01:20 AM

What does your inc/config.php file look like?
How recently have you recently created that domain?
Have you recently transferred the domain between hosting providers? (What is the name of your hosting provider?)
Is your .htaccess file in place and named exactly that, not htaccess.txt or missing entirely? (Check its contents and make sure they are the same as what came in the zipped folder.)

For anyone else looking into this: All other pages 404 back to their host (biz.nf) and I can find no information that would imply mod_rewrite is disabled in their Apache setup -- the redirect to host only happens if one attempts to access the page as per design, with no .php extension. With the extension in place, only then does the Fatal error: Class 'AppController' not found occur.

Someone else recently had this problem and the only thing that was wrong was that their site was still incorrectly pointing towards their old domain.

ashamedCake 01-29-2015 06:42 PM

config.php:

<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'fdb13.biz.nf'); //DB Hostname
define('DBUSER', '***************'); //DB Username
define('DBPASS', '**********'); //DB Password
define('DBNAME', '***************'); //Your database name
define('DOMAIN', 'sagapets.co.nf'); //Your domain name (No http, www or . )
define('SCRIPTPATH', ''); //The folder you installed this script in
define('PREFIX', 'adopts_');
?>

(**I removed the password and DB Info)

I created the Domain yesterday. Where do I find the .htaccess file?

Kyttias 01-29-2015 07:29 PM

It was one of the files you should have uploaded. It should be with all the others, not inside any folders.

ashamedCake 01-29-2015 08:19 PM

Theres not one there... anywhere I can download one?

Kyttias 01-29-2015 08:35 PM

Redownload the Mysidia framework, unzip it, upload that .htaccess file.


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

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