You are not logged in.
Pages: 1
I have configured my wife's website to run with pluck, using my own domain as a testbed. Everything works great, and also accomplished the upgrade from v.4.6.1 to v.4.6.2.
So, I did a fresh upload (newly-unzipped files) to my wife's server. Attempted to install pluck. Twice. I get as far as establishing all of the basic site parameters (name, email, site title, password, etc.) After saving the Home page, I am presented with a login screen, wherein I place my newly-created password. I get a brief message that says "Password correct. Logging you in...", then another message follows quickly thereafter, "You are not logged in! A moment please.." Then back to the password login screen.
What gives? The installation routine worked just fine on my server. Both sites are hosted by the same company. Fresh install of files. PHP v.5.2.5 running on server. Caps tab is NOT pressed. Can somebody please give me a clue as to what might be wrong. Perhaps I am overlooking something basic, but since pluck is running fine at the same hosting company in my domain space, I am at a loss to explain this problem/hangup.
Thanks in advance for any help forthcoming.
-Mark
Offline
I have configured my wife's website to run with pluck, using my own domain as a testbed. Everything works great, and also accomplished the upgrade from v.4.6.1 to v.4.6.2.
So, I did a fresh upload (newly-unzipped files) to my wife's server. Attempted to install pluck. Twice. I get as far as establishing all of the basic site parameters (name, email, site title, password, etc.) After saving the Home page, I am presented with a login screen, wherein I place my newly-created password. I get a brief message that says "Password correct. Logging you in...", then another message follows quickly thereafter, "You are not logged in! A moment please.." Then back to the password login screen.
What gives? The installation routine worked just fine on my server. Both sites are hosted by the same company. Fresh install of files. PHP v.5.2.5 running on server. Caps tab is NOT pressed. Can somebody please give me a clue as to what might be wrong. Perhaps I am overlooking something basic, but since pluck is running fine at the same hosting company in my domain space, I am at a loss to explain this problem/hangup.
Thanks in advance for any help forthcoming.
-Mark
Hello Mark
You can do a very simple thing.
Zip the working pluck site as a copy (the complete directory which the site is in !) .
Unzip it to a new folder. - Better use zip and unzip of your hosting Cpanel.
If it is working, use is for the new site (delete old pages and put new ... change templates ... and so on)
Done this ... should work !
Another thing you can try is to clean cookies or to try another browser .
Good luck,
Ofir
Last edited by ofir (02-04-2009 06:00:19)
Offline
Do both sites have a different internet domain name, or the same?
Offline
I have exactly the same issue.
My host has PHP Version
5.2.5
I went through uploading the files, (chmodded the required), ran through install pages then at the end of the install/setup pages the login jumps into the above described loop?
???
Any ideas
Offline
Hi Folks, Found the Cause...
Even though...
register_globals in php.ini should be off
And was I had...
auto_globals_jit = On
change it to Off
and all works fine now.
Offline
I'm having the same problem.
More specifically,
http://intranet/pluck/login.php shows the login box. After typing the password,
http://intranet/pluck/login.php shows "Password correct. Logging you in...", then
http://intranet/pluck/admin.php?action=start shows "You are not logged in! A moment, please...", then it puts me back at the login screen.
I checked my php.ini, and it shows
register_globals = Off
register_long_arrays = Off
register_argc_argv = Off
; When enabled, the SERVER and ENV variables are created when they're first
; used (Just In Time) instead of when the script starts. If these variables
; are not used within a script, having this directive on will result in a
; performance gain. The PHP directives register_globals, register_long_arrays,
; and register_argc_argv must be disabled for this directive to have any affect.
auto_globals_jit = OffI restarted the IIS Admin Service, which in turn restarted the WWW Publishing Service. This should have reloaded php.ini.
I've tried it in both Chrome 4.0 and IE 7.0.
I'm using pluck 4.6.3
The server is PHP 5.2.10, running on IIS v6.0
Offline
I'm having the same problem.
More specifically,
http://intranet/pluck/login.php shows the login box. After typing the password,
http://intranet/pluck/login.php shows "Password correct. Logging you in...", then
http://intranet/pluck/admin.php?action=start shows "You are not logged in! A moment, please...", then it puts me back at the login screen.I checked my php.ini, and it shows
register_globals = Off register_long_arrays = Off register_argc_argv = Off ; When enabled, the SERVER and ENV variables are created when they're first ; used (Just In Time) instead of when the script starts. If these variables ; are not used within a script, having this directive on will result in a ; performance gain. The PHP directives register_globals, register_long_arrays, ; and register_argc_argv must be disabled for this directive to have any affect. auto_globals_jit = OffI restarted the IIS Admin Service, which in turn restarted the WWW Publishing Service. This should have reloaded php.ini.
I've tried it in both Chrome 4.0 and IE 7.0.
I'm using pluck 4.6.3
The server is PHP 5.2.10, running on IIS v6.0
Pluck dont work good on ISS servers. And your problem is becouse cant write in data/settings directory.
Read mabey this threed http://www.pluck-cms.org/forum/viewtopic.php?id=761
A_Bach
Offline
I am a beginner with pluck. Just loaded up and installed to the internet without any problem, but now I have no way into the admin site.
"Password correct. Logging you in..." but I can wait for eterntity...
Any idea? Thanks in advance!
Tudor Vidor
PS: Someone wrote about changing settings in php.ini or what - where is that exactly?
Offline
Pages: 1