Author |
Message |
25/05/2005 00:04:38
|
guestman
Beginner
Joined: 25/05/2005 00:01:34
Messages: 5
Offline
|
Here is a bizarre one.
My advanced guestbook has worked fine.
All of the sudden, now when I login, I get the normal choices:
Private Messages | Easy Admin | General Settings | Style | Templates | Smilies | Password | Logout
HowEver: When I click on ANY of the LINKS, it goes back to the USERNAME/PASSWORD template. (admin.pl)
Any ideas?
Thank you.
.
|
|
25/05/2005 00:13:50
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I assume we are talking about Advanced Guestbook 1.5 and you say you made no changes at all to the guestbook?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
25/05/2005 00:20:53
|
guestman
Beginner
Joined: 25/05/2005 00:01:34
Messages: 5
Offline
|
Version 2.2.
Yes I made changes and everything has worked fine for months.
Then this phenomina (sp).
Thanks.
.
|
|
25/05/2005 00:34:31
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Weird. With you saying admin.pl I would of said 1.5 as 2.2 uses PHP. I believe your problem lies in the LAST_VISIT field of the book_auth table. This problem is usualy associated with updating from 2.2 to 2.3.x and not updating the guestbook. Do you have access to phpMyAdmin?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
25/05/2005 02:47:38
|
guestman
Beginner
Joined: 25/05/2005 00:01:34
Messages: 5
Offline
|
Yes. I have access. I went into it to delete a spam entry. It works fine.
Here where it bounces to after clicking one of the administrative links: Easy Admin
admin.php?action=show&tbl=gb&session=c83708e5e259debcffc51bb5133f3543&uid=1
|
|
25/05/2005 03:48:12
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Can you tell me what field type the LAST_VISIT field is in book_auth. If memory serves is should be of the type timestamp.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
25/05/2005 07:02:40
|
guestman
Beginner
Joined: 25/05/2005 00:01:34
Messages: 5
Offline
|
Field Type Attributes Null Default Extra Action
ID smallint(5) No auto_increment
username varchar(60) No
password varchar(60) No
session varchar(32) No
LAST_VISIT timestamp(14) Yes NULL
Check All / Uncheck All With selected:
|
|
25/05/2005 08:17:41
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Looks correct to me. Send me the session.class.php file from your lib folder so I can check it please. webmaster@carbonize.co.uk
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
29/05/2005 06:44:07
|
guestman
Beginner
Joined: 25/05/2005 00:01:34
Messages: 5
Offline
|
Hello Carbonize.
Suddenly it started working again.
I got your last email about upgrading the new version.
Did you do any other work on it after that?
Everything is now working fine.
Very bizarre.
Thanks for your multiple helps.
.
|
|
29/05/2005 15:19:55
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I don't do any work on the Advanced Guestbook except for the mods I write. I am personally working on an offshoot of Advanced Guestbook called Lazarus.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
16/09/2005 11:32:48
|
jorg
Newbie
Joined: 16/09/2005 11:23:46
Messages: 1
Offline
|
hey duddes,
I get the same problem. can someone tell me how to solve this.
kind regards
Van Impe Jorg.
|
|
16/09/2005 18:36:03
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
This problem usually only happens when you try to update from 2.2 to 2.3.x. The usual problem is that the LAST_VISIT field of the book_auth table in the database should be of the type timestamp in 2.2 and int in 2.3.x and if it's not you get this loop. This is only one possible cause but is the usual culprit.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|