pluck
pluck 4.7 out now, download it today!

pluck support forums

for all your questions about the easiest CMS on the planet

You are not logged in.

Announcement

New registrations are disabled for some spam problems. New registrations will be avaliable soon. If you want to help to keep forum away from spam - contact us.
Please post your bug reports on Launchpad.

#1 31-03-2009 14:58:26

markwygent
Member
Registered: 31-03-2009
Posts: 1

Cannot login

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

#2 02-04-2009 05:55:30

ofir
Member
Registered: 27-02-2008
Posts: 79

Re: Cannot login

markwygent wrote:

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

#3 02-04-2009 19:53:13

Sander
project webmaster
From: The Netherlands
Registered: 14-06-2007
Posts: 942
Website

Re: Cannot login

Do both sites have a different internet domain name, or the same?

Offline

#4 13-10-2009 12:24:04

crazycavey
Member
Registered: 13-10-2009
Posts: 2

Re: Cannot login

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

#5 19-10-2009 09:58:05

crazycavey
Member
Registered: 13-10-2009
Posts: 2

Re: Cannot login

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

#6 10-02-2010 20:30:24

kriel
Member
Registered: 10-02-2010
Posts: 1

Re: Cannot login

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 = Off

I 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

#7 10-02-2010 21:42:13

a_bach
developer/module guru
From: Poland
Registered: 24-11-2008
Posts: 439
Website

Re: Cannot login

kriel wrote:

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 = Off

I 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

#8 17-04-2010 14:01:59

tudorvidor
Member
Registered: 17-04-2010
Posts: 1

Re: Cannot login

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

Board footer

Powered by FluxBB