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)
-   -   Unable to Login. (http://www.mysidiaadoptables.com/forum/showthread.php?t=4285)

IntoRain 11-06-2013 02:57 PM

The ACP display that message when you are logged in as a user with no priviledges (as HoF said), that's why we think it's weird it displays that when you aren't associated with any account x.x

If you go to list users on your website, does it display the users you created in the database?

Hall of Famer 11-06-2013 03:11 PM

Quote:

Originally Posted by NobodysHero (Post 28268)
I'm not logged in. At all. It never ever asked me for a login on the ACP and when I tried to log in to the normal site, it goes back to the login page.

And no, when I try to register using the online stuff, it never makes it to the database.

I see, sorry for the confusion. Yeah, the script will display no permission error message so long as you are not logged in as admin, which includes guests/visitors. Can you try creating a new account, go to PHPMyadmin and make it admin user(set its usergroup to 1 in table prefix.users)?

NobodysHero 11-06-2013 05:31 PM

Is there a reason the url keeps changing to http://mystfell.com/.errordocs/login And regardless of what I type into the url bar, it automatically takes away the www part.

And if I try to view users in the ACP, it gives me this:

Fatal error: Uncaught exception 'Exception' with message 'Fatal Error: Class Registry either does not exist, or has its include path misconfigured!' in /home/content/72/12074872/html/classes/class_loader.php:83 Stack trace: #0 [internal function]: Loader->load('Registry') #1 /home/content/72/12074872/html/classes/class_initializer.php(106): spl_autoload_call('Registry') #2 /home/content/72/12074872/html/classes/class_initializer.php(45): Initializer->initialize() #3 /home/content/72/12074872/html/index.php(68): Initializer->__construct() #4 /home/content/72/12074872/html/index.php(78): IndexController::main() #5 {main} thrown in /home/content/72/12074872/html/classes/class_loader.php on line 83

NobodysHero 11-06-2013 05:34 PM

And previously I mentioned I've tried that. Even showed a screencap of it. (Posted below) And I've just tried reinstalling it from the umpteenth time and still no luck. :cfrown:

Quote:

Originally Posted by NobodysHero (Post 28256)
T_T That didn't work either.

http://i.imgur.com/wiJtSC1.jpg

And here's the rest of it.

http://i.imgur.com/Zf2USse.jpg

NobodysHero 11-06-2013 06:53 PM

Also tried a new troubleshooting step. A veered off from my paid domain and tried to use a free one. Use yours suggested x10 hosting. It worked fine there. Not sure why it doesn't like GoDaddy, but I'd still like to try to find a fix, since I've already investing the money in the domain.

Thanks! :hmmm:

Hall of Famer 11-06-2013 09:07 PM

umm so you are saying that it just does not work on godaddy? Strange, one possible explanation is that the password hashing functions are disabled or configured differently for godaddy's PHP? Submit a support ticket to godaddy and ask if the corresponding three password hashing functions are working:

1. md5($password)
2. sha1($password)
3. hash($algorithm, $password)

NobodysHero 11-07-2013 08:02 PM

Wooooooow, Godaddy is taking forever on this response. T_T I am just waiting on their response.

Phoeniix 11-07-2013 11:14 PM

Send a password reset. login with the password it gives you and dont change it.

NobodysHero 11-08-2013 12:07 AM

Won't reset anything. Doesn't acknowledge I've sent anything, made a request, or otherwise. Just goes right back to the blank form. T_T

Hall of Famer 11-08-2013 12:54 AM

umm thats strange, I made sure to test that password reset is working before releasing Mys v1.3.4. Theres a chance that the admin account is not created properly for you when you installed the script on godaddy(as the admin user email may not be set at all).

Anyway there are easier ways to test whether a functionality of PHP is available on your server. Go to the root index.php file for your adoptables directory, and add the following code right after the php opening tag <?php

PHP Code:

$password "0123456789abcdef";
echo 
md5($password);
echo 
sha1($password);
echo 
hash("sha512"$password); 

See if the script actually outputs these password in a hash format, or that it throws a function not found error.


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

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