Site installs fine, but admin login doesnt work.
Site installs fine, but admin login doesnt work.
I have installed a CMS site to my Windows 2003 server and the site come up just fine, howevr when i go to login with admin login and pw, hit enter, the page comes back to the admin login. Any thoughts?
Re: Site installs fine, but admin login doesnt work.
is your browser accepting cookies?
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: Site installs fine, but admin login doesnt work.
browser is accepting cookies but do i need to turn cookies on in my php.ini? if so, any idea where? thanks
Re: Site installs fine, but admin login doesnt work.
PHP sessions must be setup correctly for cookies/logins to work. Session support is enabled in PHP by default.duplay wrote: browser is accepting cookies but do i need to turn cookies on in my php.ini? if so, any idea where? thanks
Check phpinfo() it should have a section like this:
Also, when your browser accepted a cookie from the server under "Variables" _SERVER["HTTP_COOKIE"] will be set.session
Session Support enabled
Registered save handlers files user
Look here for more info.
Regards,
D
Re: Site installs fine, but admin login doesnt work.
This is what i don't understand, everything tells me the php sessions are correct (except I get a yellow ball when I go to install under Checking if sessions are enabled
Although the PHP support for sessions is not mandatory, it is highly recommended. Logins and other things may slow down and you may have difficulty with some addon functionality without this capability. Caution
I attached a copy of my phpinfo()
[gelöscht durch Administrator]
Although the PHP support for sessions is not mandatory, it is highly recommended. Logins and other things may slow down and you may have difficulty with some addon functionality without this capability. Caution
I attached a copy of my phpinfo()
[gelöscht durch Administrator]
Re: Site installs fine, but admin login doesnt work.
I don't know much of PHP installing, but looking at your ini file, if I were you, I would switch ON some parameters :
.autostart On
.cookie_domain duplaysite.net
.cookie_httponly On
.cookie_lifetime 4000
.cookie_path /sessions
.use_cookies On
.use_only_cookies On
and your /sessions folders (at the root of your webserver) should be writeable.
Pierre M.
.autostart On
.cookie_domain duplaysite.net
.cookie_httponly On
.cookie_lifetime 4000
.cookie_path /sessions
.use_cookies On
.use_only_cookies On
and your /sessions folders (at the root of your webserver) should be writeable.
Pierre M.