users not staying logged in?

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.

vectra-mods
Active Member
Posts: 6
Joined: 11. April 2009 15:48

Re: users not staying logged in?

Post by vectra-mods »

Oshadha wrote:
Kevin wrote:The temporay fix until the next release is:

Open portal/includes/lang_adm_additional_blocks.php
search and delete:

Code: Select all

[color=#FF0000]    // Start session management
    $user->session_begin();
    $auth->acl($user->data);
    $user->setup();   [/color] 

Thanks for your help.
so do i remove all 4 lines highlighted in red, from the /lang_adm_additional_blocks.php file?
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: users not staying logged in?

Post by Mike »

There are no red hightlighted lines. But you have to remove at least the last three lines from this quote. The first is a misquoted colortag which you dont find there, and a commentline, which dont do anything else than comment. :)
kein Support per PN / Messenger
no Support via PM / Messenger

vectra-mods
Active Member
Posts: 6
Joined: 11. April 2009 15:48

Re: users not staying logged in?

Post by vectra-mods »

Mike wrote:There are no red hightlighted lines. But you have to remove at least the last three lines from this quote. The first is a misquoted colortag which you dont find there, and a commentline, which dont do anything else than comment. :)

done the edits will wait and se

thanks :D

basalt
Active Member
Posts: 5
Joined: 3. May 2009 18:44

Re: users not staying logged in?

Post by basalt »

hi all
@Kevin: Thx for the quick fix, just fixed the problem on my board.
is there a plan when the next version will be available?
thx
basalt

CRA2Y RANGER
Active Member
Posts: 6
Joined: 29. April 2009 01:11

Re: users not staying logged in?

Post by CRA2Y RANGER »

We just found out that when we have the problems it is due to cookies being saved even though you have cleared the browsers history. My machine wasnt doing it, I have IE8 but my friends machine runs IE7 and his was still retaining the old cookie for the site even though the browser history was cleared.

We found this via the search option in the start memu. The old cookie showed up straight away using this and as soon as this was deleted everything works fine!

cromatics
Portal Enthusiast
Posts: 105
Joined: 31. October 2008 16:29
Contact:

Re: users not staying logged in?

Post by cromatics »

Kevin wrote:The temporay fix until the next release is:

Open portal/includes/lang_adm_additional_blocks.php
search and delete:

Code: Select all

[color=#FF0000]    // Start session management
    $user->session_begin();
    $auth->acl($user->data);
    $user->setup();   [/color] 
hallo,
ich habe da auch sein ein problem mit dem autologin:
immer wenn andere reg. member das forum besuchen und über die portal.php startseite gehen, müssen sie sich immer wieder neu einloggen, gehen sie aber über index.php rein sind sie eingeloggt, habe auch schon wie kevin beschreiben das in der lang_adm_additional_blocks.php gelöscht bringt aber nix.
ach so es soll nur im ie sein habe ich mir sagen lassen und darauf hin mal getestet im ie und siehe da es geht wirklich nicht.
im Fierefox ist alles ok komischerweise


sry das ich in deutsch schreibe, aber mein eng ist zu schlecht um das zu formulieren
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: users not staying logged in?

Post by Kevin »

Das sollte dann eigentlich nicht mehr am Portal liegen, wenn du den Fix ausgeführt hast.
Hast du den Board Cache danach noch mal geleert und deine User angewiesen, die Board Cookies in ihrem Browser zu löschen? Auch kontrolliert, das du wirklich die Änderung hoch geladen hast?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

tring2200
Active Member
Posts: 7
Joined: 7. November 2008 19:18

Re: users not staying logged in?

Post by tring2200 »

Excellent work on fixing this, thanks.

kutt
Active Member
Posts: 16
Joined: 8. October 2008 13:55

Re: users not staying logged in?

Post by kutt »

let's see if it works ...
User avatar

Morpheus
Active Member
Posts: 32
Joined: 28. April 2008 09:58

Re: users not staying logged in?

Post by Morpheus »

Kevin wrote:The temporay fix until the next release is:

Open portal/includes/lang_adm_additional_blocks.php
search and delete:

Code: Select all

    // Start session management
    $user->session_begin();
    $auth->acl($user->data);
    $user->setup();   
Hi, i have followed this instruction (some weeks ago) and noticed the that: The automatic login-issue is fixed, but ...

but - not the number of new posts will be shown anymore within the userbox (New Posts (x) ) - But only the number of threads with new posts.

So, if i have 14 new posts within 4 new threads, there will be "New Posts (4) - which ain't true ...

kr morph
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: users not staying logged in?

Post by Marc »

That's supposed to be that way and has been discussed several times.
User avatar

Morpheus
Active Member
Posts: 32
Joined: 28. April 2008 09:58

Re: users not staying logged in?

Post by Morpheus »

is there a simple way of changing the code, so i have the amount of posts displayed?

cheers
morph

mallix
Active Member
Posts: 3
Joined: 28. February 2009 22:08

Re: users not staying logged in?

Post by mallix »

I am still using version 1.0.2 .

And these three lines exists on portal.php ..
I have the same problems.
Should i remove them from portal.php ?
And i have one more questions: If portal is disabled, do you still have those staying logged in problems or only when the portal mod is enabled ?
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: users not staying logged in?

Post by Mike »

The problem is caused by a bug in 1.0.3. It means if you have this problem on 1.0.2 its maybe another problem.
Dont delete this lines on portal.php... Update your portal, and then remove this line from the right file ;)
kein Support per PN / Messenger
no Support via PM / Messenger

DHMH
Active Member
Posts: 38
Joined: 9. July 2009 14:53
phpBB.de User: DHMH
phpBB.com User: DHMH

Re: users not staying logged in?

Post by DHMH »

still not working for me :(
When I delete the lines, I'm getting some php notices cause the includes/session.php ... I inserted a @ before the command and the errors are away, but the "Who was here" mod isn't working anymore, then.

-------------------------------
Leider funktioniert es bei mir nicht :(
Wenn ich die Zeilen entferne, bekomme ich einige PHP "Notice" Errors wegen der includes/session.php...
Hab die Zeile gesucht und ein @ davorgesetzt. Fehler sind weg, aber leider funktioniert dann der "Who was here" mod nicht mehr...
Realtime Browser - HTML Editor mit Vorschau
wintricks.net - Windows Tipps & Tricks
Helft dabei, ein unabhängiges und modernes Forum für alle Computerinteressierten mit Hilfe bei Problemen rund um den Computer aufzubauen!
http://computerboard.eu
Locked

Return to “board3 Portal 1.0.x - English Support”