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

(10-23-2019, 05:52 PM)InsiteFX Wrote: Check the version of php on your hosting site.

Also check to see if it is case sensitive.
yes, version on hosting php 5.6, and I also using php 5.6 in my localhost
(10-23-2019, 08:15 PM)php_rocs Wrote: @stupidpro,

You might need to also verify that the configuration files are set up correctly.
I see session not working, perhaps.
I set session index file
session_start();

if (isset($_REQUEST["PHPSESSID"]))
{
    session_id($_REQUEST["PHPSESSID"]);
    setcookie("PHPSESSID", $_REQUEST["PHPSESSID"], 0, "/");
}
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