![]() |
Cannot Login (Mysidia 1.3.4 fresh install)
Well, after trying to get Mysidia 1.3.4 running this morning with the anti-brute-force script, it wouldn't let me login at all (it threw a couple of errors, mainly within functions.php somehow not being able to open the stream), but I wiped the database and all files and tried reinstalling an unmodded version. This time, however, I cannot even login, and no visible errors are shown other than "Invalid Action Specified." I've only done the bare minimum to set everything up, but to no avail.
I tried looking through any error logs, and I did find one little thing. Code:
[10-Mar-2014 15:46:14 America/Chicago] PHP Fatal error: Class 'Resource\Native\Object' not found in /home/dragongl/public_html/adopts/classes/class_controller.php on line 21 Then again, I tend to use special characters in my passwords. Would that somehow break the site when I try to login? I'm just really at a loss right now. |
For some reason, sometimes the first user to register (the admin) won't be able to login at all. The only solution I found I was to create another user and promote it to admin. I think it's because of a null parameter in the database (session I believe) but I'm not really sure why it works sometimes and others it doesn't.
Try that first, and if it starts throwing those errors again, we can try other stuff x.x |
Quote:
|
Quote:
Go to phpMyAdmin (somewhere on the control panel) > your database (must be on the left side or by clicking on Databases at the top) > (prefix)_users > change usergoup of the user you want to 1 to make it admin (basically your site saves all information/data in a database and you can modify it directly when needed) |
Quote:
EDIT: Ok, after a bit of going back and forth of it saying it had the wrong information for logging in, I finally got it! Yay! Thank you! |
Glad it worked! ^^
|
Now I'm hitting a whole different issue...but I'm not sure why this is suddenly displaying :/
Code:
Warning: getimagesize(http://dragonglitch.x10.mx/adopts/templates/icons/cog.gif): failed to open stream: HTTP request failed! in /home/dragongl/public_html/adopts/classes/class_image.php on line 114 |
That's just a warning, doesn't really affect your site other than it's bothersome. I believe you have to put a @ before that function's name to suppress the warnings. Like @getimagesize(...) in the file and line mentioned
|
Quote:
|
All times are GMT -5. The time now is 12:52 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.