Jump to content

problem logging in. When a user logs in, sometimes another user's account appears. I cannot detect the problem.


puntito

Recommended Posts

problem logging in. When a user logs in, sometimes another user's account appears. I cannot detect the problem.

I just downloaded 4.5.2 from here and I still have the problem

 

I have disabled all plugins and the problem persists. I don't know if it will be a cache problem

 

It occurs with few accounts, you have to press connect several times for the user to connect

Link to comment
Share on other sites

On 9/26/2020 at 10:23 PM, jdunn1019 said:

I have the same problem ... also im lock out of my admin cpanel saying i dont have access to it no reason 

will it be a problem with the php version?

It happens very rarely, any user enters with even my admin account, thank God it asks for the password for the admincp

Link to comment
Share on other sites

4 hours ago, 洛根 (๖̶̶̶ۣۣۜۜ͜ζ͜͡Logan) said:

Hola @puntito

¿Su sitio cumple con los requisitos si carga este archivo en su sitio? Asegúrate de que todo sea verde

 

error.thumb.jpg.6a57115f461c1043b2e85cf0fb28a049.jpg

My site complies with the characteristics, now I have problems logging in. No user can log in, but in / admin

Link to comment
Share on other sites

  • Administrator
On 9/29/2020 at 6:18 PM, puntito said:

I just disabled friendly urls and was able to login, will that be a problem there?

It very well could be. Is your .htaccess file configured correctly? Download it from your ACP and see if that fixes your issue

 

On 9/29/2020 at 6:18 PM, puntito said:

help me

You have to be more patient this is a free service we offer. If you need quick support get the legit version. 

Link to comment
Share on other sites

On 10/1/2020 at 12:25 AM, 洛根 (๖̶̶̶ۣۣۜۜ͜ζ͜͡Logan) said:

It very well could be. Is your .htaccess file configured correctly? Download it from your ACP and see if that fixes your issue

 

You have to be more patient this is a free service we offer. If you need quick support get the legit version. 

Yes, I downloaded it from the htaccess but the problem was still there. But since I deactivated the friendly urls it did not appear again

Link to comment
Share on other sites

On 9/29/2020 at 12:45 AM, puntito said:

will it be a problem with the php version?

It happens very rarely, any user enters with even my admin account, thank God it asks for the password for the admincp

i have version 7.3 php its need that version right?

Link to comment
Share on other sites

Are you running Apache or Nginx? If its Nginx the .htaccess is worthless. You need to set the rewrite rules in your domains vhost file and then enable friendly URLS.

                                        location / {
                                                                 index index.php;
                                                                 try_files $uri $uri/ /index.php?$uri&$args;
                                                                 rewrite ^ /index.php? last;
                                                   }

Could also be an issue with PHP sessions.

Link to comment
Share on other sites

  • 3 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...