Welcome, Guest. Please Login or Register.
November 02, 2024, 09:25:37 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Not keeping me logged in/?? « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: Not keeping me logged in/??  (Read 903 times)
hellah10
Noobie
*
Posts: 13


I'm a llama!

Not keeping me logged in/??
« on: April 18, 2003, 01:25:10 AM »
Reply with quote

I just got done installing YaBB - I registered as the admin but It returns me as Gues as soon as I try to do something...whats happenin???

Link: http://www.detroitareaclan.com/forums/index.php
Using: phpMyAdmin 2.1.0, MySQL 3.23.49
Tested With: IE6, CrazyBrowser, and Netscape

I did notice the time was messed up - bout 1 hour behind (9:32 now, its showing 8:32). where can I change this? in mysql?

I installed XMB and PhP before this - and hatted them both. Heard great things about YaBB...hopefully this doesnt let me down
« Last Edit: April 18, 2003, 01:39:59 AM by hellah10 » Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Not keeping me logged in/??
« Reply #1 on: April 18, 2003, 01:42:56 AM »
Reply with quote

The time isn't the problem.... it seems to be correct.  Are you using PHP 4.1.0 or above?

Hmmm... alright...

In index.php, find:
LoadUserSettings();

And add just after it...
print_r($HTTP_COOKIE_VARS);
print_r(unserialize(stripslashes($HTTP_COOKIE_VARS[$cookiename]));

And then I'll look and see what it says...

-[Unknown]
Logged
hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #2 on: April 18, 2003, 01:56:48 AM »
Reply with quote

ok I just put....

print_r($HTTP_COOKIE_VARS);
print_r(unserialize(stripslashes($HTTP_COOKIE_VARS[$cookiename]));

I have NO IDEA where to put it...whether its after or under or wherever...this is where I put it..

/* ### Load user settings ### */
LoadUserSettings();
print_r($HTTP_COOKIE_VARS);
print_r(unserialize(stripslashes($HTTP_COOKIE_VARS[$cookiename]));

Hopefully thats right
Thanks for your help
Logged
hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #3 on: April 18, 2003, 01:58:45 AM »
Reply with quote

LOL. Now Iam trying to access my forum - and I get a blank page...

hopefully its nothing serious  :o
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Not keeping me logged in/??
« Reply #4 on: April 18, 2003, 02:00:39 AM »
Reply with quote

Blast... move it down a bit....

Put it above:

yymain();

Instead.

-[Unknown]
Logged
hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #5 on: April 18, 2003, 02:04:22 AM »
Reply with quote

Like This??

set_error_handler("yabb_error_handler");
print_r($HTTP_COOKIE_VARS);
print_r(unserialize(stripslashes($HTTP_COOKIE_VARS[$cookiename]));
yymain();
Logged
hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #6 on: April 18, 2003, 02:06:27 AM »
Reply with quote

hmmm I musta put it in the wrong spot again.....cuz Iam getting a blank page still  ??? ??? :P
Logged
hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #7 on: April 18, 2003, 02:23:40 AM »
Reply with quote

should I re-install? ???
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Not keeping me logged in/??
« Reply #8 on: April 18, 2003, 03:14:09 AM »
Reply with quote

Quote from: hellah10 on April 18, 2003, 02:23:40 AM
should I re-install? ???

Try removing it and checking your session path maybe.... weird.

-[Unknown]
Logged
hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #9 on: April 18, 2003, 03:26:26 AM »
Reply with quote

Nope that didnt work...

looks like Iam going back to XMB  >:( >:(

very disappointed
« Last Edit: April 18, 2003, 03:26:43 AM by hellah10 » Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Not keeping me logged in/??
« Reply #10 on: April 18, 2003, 03:46:00 AM »
Reply with quote

You never answered if you are running PHP 4.1.0 or greater.  How about a link to a phpinfo page please.  Or a test account on the forum so we can try it.
Logged

hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #11 on: April 18, 2003, 03:52:18 AM »
Reply with quote

PHP Version 4.0.6
Logged
hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #12 on: April 18, 2003, 03:52:41 AM »
Reply with quote

http://detroitareaclan.com/plugins/php-test/test.php
Logged
hellah10
Noobie
*
Posts: 13


I'm a llama!

Re:Not keeping me logged in/??
« Reply #13 on: April 18, 2003, 03:56:02 AM »
Reply with quote

from the looks of it - seems like I wont be able to use 1.5.1 -- how about the previous releases?
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Not keeping me logged in/??
« Reply #14 on: April 18, 2003, 03:56:46 AM »
Reply with quote

Quote from: hellah10 on April 18, 2003, 03:56:02 AM
from the looks of it - seems like I wont be able to use 1.5.1 -- how about the previous releases?
I believe 1.4.1 is the latest that will work.  You should remind your host that PHP 4.0.6 is over a year and a half old.
Logged

Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Not keeping me logged in/?? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.079 seconds with 20 queries.