After setup (without error), when I try to log in, the screen just "flashes" and no error message is provided. This occurs with the default account (admin_commish) or with an account I've created. I've ensured all settings are correct and have multiple database's already set up for other web sites that work fine. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm seeing this same thing on two different systems (Win 7 & 8.1). Tested with Chrome Version 36.0.1985.143 m, and IE 11. Both are set to allow cookies.
PHP Draft v1.2.1 (1.2.2 critical fixes on server, perhaps something there is amiss).
I'm am 100% MySQL and PHP ignorant, I just poked around and read some help threads to get this far.
Last edit: Giovanni M. 2014-08-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So I've found (and will put a ticket in and attempt to address) is that when you put the wrong credentials in, it does not tell you and instead just refreshes the login page. Check your database table for the user logins, ensure the username is correct, and use a sha1 hash generator to reset your password manually. I ran into this yesterday and had to do the same thing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After setup (without error), when I try to log in, the screen just "flashes" and no error message is provided. This occurs with the default account (admin_commish) or with an account I've created. I've ensured all settings are correct and have multiple database's already set up for other web sites that work fine. Thank you.
I am having the same issue as this. When I login with default credentials the screen just refreshes back to the login.
Last edit: Jonathan 2013-07-30
If you can, get me some information first:
What browser are you using (and what version of that browser)? If you go to Help -> About it usually tells you all you need to know there.
What version of PHP Draft are you using? It should be contained in the footer of the site.
Are cookies enabled for your browser? PHP Draft tracks commissioner authentication with cookies, so they'll need to be stored locally by your browser.
I'll try to take a look at this, but using the most recent codebase I did not experience these issues.
I'm seeing this same thing on two different systems (Win 7 & 8.1). Tested with Chrome Version 36.0.1985.143 m, and IE 11. Both are set to allow cookies.
PHP Draft v1.2.1 (1.2.2 critical fixes on server, perhaps something there is amiss).
I'm am 100% MySQL and PHP ignorant, I just poked around and read some help threads to get this far.
Last edit: Giovanni M. 2014-08-17
So I've found (and will put a ticket in and attempt to address) is that when you put the wrong credentials in, it does not tell you and instead just refreshes the login page. Check your database table for the user logins, ensure the username is correct, and use a sha1 hash generator to reset your password manually. I ran into this yesterday and had to do the same thing.