Welcome Guest, Not a member yet? Register   Sign In
Can not login admin site
#8

(10-26-2019, 07:31 PM)php_rocs Wrote: @stupidpro,

What other errors are you seeing?
Hi @php_rocs,
not any errors display

I checked session with:
<?php
if (isset($_COOKIE["PHPSESSID"])) {
    echo "active";
} else {
    echo "don't see one";
}
?>
it run OK, but

I think session not working at my site, I go to phpmyadmin set new user
step 1: not active new user, go back page login and have received message " the acount block"
step 2: go phpmyadmin active account, then login again and have message "the password wrong"
Reply


Messages In This Thread
Can not login admin site - by newbigter - 10-23-2019, 12:42 PM
RE: Can not login admin site - by InsiteFX - 10-23-2019, 05:52 PM
RE: Can not login admin site - by php_rocs - 10-23-2019, 08:15 PM
RE: Can not login admin site - by newbigter - 10-25-2019, 06:31 AM
RE: Can not login admin site - by php_rocs - 10-25-2019, 08:14 PM
RE: Can not login admin site - by newbigter - 10-25-2019, 09:42 PM
RE: Can not login admin site - by php_rocs - 10-26-2019, 07:31 PM
RE: Can not login admin site - by newbigter - 10-27-2019, 03:43 AM
RE: Can not login admin site - by php_rocs - 10-27-2019, 09:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB