Author |
Message |
southern
Client
Joined: Jan 29, 2004
Posts: 624
|
Posted:
Mon Mar 04, 2019 1:07 pm |
|
I ha e a problem with admin login too, I put in the correct CGIAuth info and get to the admin login page but after entering the correct admin info and the captcha it just loops back to the admin login page. It doesn't open the admin page. I can't log in as a user either. |
_________________ Computer Science is no more about computers than astronomy is about telescopes.
- E. W. Dijkstra |
|
|
|
neralex
Site Admin
Joined: Aug 22, 2007
Posts: 1774
|
Posted:
Mon Mar 04, 2019 3:17 pm |
|
Hi southern, did you changed your PHP-version before or something else on the server-config?
If not, open the config.php and set:
php Code:$gfx_chk = 3; # New users registration only
|
After that, try to login as admin and also as user. If it's working fine, then you can close out issues with your login-data and you can set $gfx_chk back to your default value.
Now you can try to enable the error-reporting to check some PHP errors/warnings while login again. Don't forget to disable the error-reporting after testing your installation. |
_________________ Github: RavenNuke |
|
|
|
southern
|
Posted:
Tue Mar 05, 2019 8:30 am |
|
It isn't a captcha issue. The admin login page loops around and around no matter how often I put in login info. The user login starts to open the login form then sstops and there is nowhere to enter login info. It is two separate login issues. |
|
|
|
|
neralex
|
Posted:
Tue Mar 05, 2019 8:45 am |
|
southern, what did you changed before you got this issue? Without to know this, it's hard to help you. |
|
|
|
|
papamike
Theme Guru
Joined: Jan 11, 2006
Posts: 170
|
Posted:
Wed Mar 06, 2019 3:43 pm |
|
Hey, Southern been a long time.
Did you upload something recently? I logged in to your site on 6 Jan '19 without any problem. You gonna get your site active again? |
|
|
|
|
southern
|
Posted:
Sat Mar 09, 2019 4:07 pm |
|
papamike wrote: | Hey, Southern been a long time.
Did you upload something recently? I logged in to your site on 6 Jan '19 without any problem. You gonna get your site active again? |
Yes, it's been a long time papamike, too long. Would it affect logins if I exceeded my hosting quota? I will try to be more active. |
|
|
|
|
southern
|
Posted:
Sat Mar 09, 2019 4:13 pm |
|
neralex wrote: | southern, what did you changed before you got this issue? Without to know this, it's hard to help you. |
I don't think I changed anything. It may be a corrupt file. I noticed the cgi auth codes in .htaccess had spaces and breaks which I fixed. |
|
|
|
|
papamike
|
Posted:
Sun Mar 10, 2019 11:20 am |
|
Looks like you fixed it. I just logged in. I sent you a PM. |
|
|
|
|
southern
|
Posted:
Mon Mar 11, 2019 2:57 pm |
|
Yeah. Could it be something in the old PMCCT theme I was using? I'll go look bye and bye. |
Last edited by southern on Mon Mar 11, 2019 3:10 pm; edited 1 time in total |
|
|
|
southern
|
Posted:
Mon Mar 11, 2019 3:05 pm |
|
neralex wrote: | southern, what did you changed before you got this issue? Without to know this, it's hard to help you. |
I tried the gfx_chk as you suggested and I was able to log in. Nothing has changed on my site for a long time. |
|
|
|
|
neralex
|
Posted:
Mon Mar 11, 2019 5:46 pm |
|
It sounds like your hosting company has changed the PHP version. The captcha-class is failing on php7x. |
|
|
|
|
southern
|
Posted:
Tue Mar 12, 2019 12:37 pm |
|
neralex wrote: | It sounds like your hosting company has changed the PHP version. The captcha-class is failing on php7x. |
You're making me feel old. PhP 7? My hosting is with glowhost. Won't the captcha have to be redesigned? |
|
|
|
|
neralex
|
Posted:
Wed Mar 13, 2019 12:00 am |
|
Can you please check your hosting account, which PHP version is using there? |
|
|
|
|
southern
|
Posted:
Wed Mar 13, 2019 5:42 pm |
|
neralex wrote: | Can you please check your hosting account, which PHP version is using there? |
OK. My host uses PhP 5.3.
Current PHP version: 5.3 |
|
|
|
|
Doulos
Life Cycles Becoming CPU Cycles
Joined: Jun 06, 2005
Posts: 732
|
Posted:
Wed Mar 13, 2019 10:37 pm |
|
Switch to a new host, or have them upgrade PHP. 5.3 reached its EOL in 2014. |
|
|
|
|
neralex
|
Posted:
Thu Mar 14, 2019 12:40 am |
|
southern wrote: |
OK. My host uses PhP 5.3.
Current PHP version: 5.3 |
Strange, this should work. So we can close out an issue with PHP7. Did you made changes on the .htaccess file? |
|
|
|
|
southern
|
Posted:
Thu Mar 14, 2019 11:33 am |
|
Doulos wrote: | Switch to a new host, or have them upgrade PHP. 5.3 reached its EOL in 2014. |
I can do that myself. Glowhost allows me to choose what PhP version I want to use. I'm not switching, it took over Raven Web Hosting. |
|
|
|
|
southern
|
Posted:
Thu Mar 14, 2019 11:42 am |
|
neralex wrote: | southern wrote: |
OK. My host uses PhP 5.3.
Current PHP version: 5.3 |
Strange, this should work. So we can close out an issue with PHP7. Did you made changes on the .htaccess file? |
There were line breaks in .htaccess that shouldn't be there, I removed the breaks and it's good now. The problem may have occured from an old theme so I'm using the RN fisubice now. I think the issue is resolved, thanks for the help. |
|
|
|
|
neralex
|
Posted:
Fri Mar 15, 2019 12:35 am |
|
southern, great that you found the issue. So you can set back the $gfx_chk settings. |
|
|
|
|
southern
|
Posted:
Fri Mar 15, 2019 4:16 pm |
|
neralex wrote: | southern, great that you found the issue. So you can set back the $gfx_chk settings. |
I like it where I set it. |
|
|
|
|
|