|
|
|
|
|
Guest
|
|
Posted: 11/09/2004 8:56:00 PM
|
|
can't lock in
Can't lock into admin, keep on getting Session Expired even after all that was suggested here.
Please tell me what to do, how to do it, why its happening instead of just fixing it for me. I want to know what is going on.
|
|
|
|
Pavel
admin
Joined: 06/28/2001
posts: 1543
Location: United States
|
|
Posted: 11/09/2004 9:10:21 PM
|
|
tidalx2, you have to insert a value into your ConfigurationValues table:
INSERT INTO `ConfigurationValues` VALUES ('SessionTimeout', '3600', 'In-Portal', 'in-portal:configure_general');
(don't forget that you might have a table prefix)
|
|
|
|
Guest
|
|
Posted: 11/10/2004 2:15:52 PM
|
|
INSERT INTO `ConfigurationValues`
VALUES (
'SessionTimeout', '3600', 'In-Portal', 'in-portal:configure_general'
)
MySQL said:
#1062 - Duplicate entry 'SessionTimeout' for key 1
|
|
|
|
Pavel
admin
Joined: 06/28/2001
posts: 1543
Location: United States
|
|
Posted: 11/10/2004 4:49:17 PM
|
|
What the value now?
(Select * from `ConfigurationValues` where ValueName='SessionTimeout' )
|
|
|
|
Guest
|
|
Posted: 11/10/2004 6:38:12 PM
|
|
I am assuming you meant VariableValue
VariableName VariableValue ModuleOwner Section
SessionTimeout 3600 In-Portal in-portal:configure_general
|
|
|
|
Pavel
admin
Joined: 06/28/2001
posts: 1543
Location: United States
|
|
Posted: 11/10/2004 6:57:23 PM
|
|
What browser are you using? Can you make sure to clear cookies?
|
|
|
|
Guest
|
|
Posted: 11/11/2004 2:47:44 AM
|
|
tried firefox, ie and netscape
all the same
cookes are cleared too
|
|
|
|
Guest
|
|
Posted: 11/11/2004 2:50:18 AM
|
|
tidalx2
works with norton internet security off
|
|
|
|
Guest
|
|
Posted: 11/11/2004 3:15:39 AM
|
|
works with norton internet security off
ayway around that?
|
|
|
|
Pavel
admin
Joined: 06/28/2001
posts: 1543
Location: United States
|
|
Posted: 11/11/2004 10:49:37 AM
|
|
I don't know... this is the first report of this problem. Can you look at your Norton settings for something that might block URLs or portion of URLs?
|
|
|
|
Guest
|
|
Posted: 11/14/2004 8:11:12 PM
|
|
delete everything download 1.05 and inlink latest
now the screen goes blank after selecting language page
|
|
|
|
Guest
|
|
Posted: 11/14/2004 8:13:54 PM
|
|
close that page, and try to reinstall, now can't even go pass the first install without getting a blank page
|
|
|
|
Dmitry
admin
Joined: 01/05/2002
posts: 1495
Location: United States
|
|
Posted: 11/14/2004 9:10:07 PM
|
|
Hello,
Does it work with Norton set to OFF? It's possible that system blocks the output. Here is an example of this - http://support.intechnic.com/forum/viewtopic.php?p=13723.
Thank you.
|
|
|
|
Guest
|
|
Posted: 11/15/2004 12:27:01 AM
|
|
tried that, doesn't work
|
|
|
|
Pavel
admin
Joined: 06/28/2001
posts: 1543
Location: United States
|
|
Posted: 11/16/2004 1:17:40 PM
|
|
[quote:f43920427e="tidalx2"]works with norton internet security off
ayway around that?[/quote:f43920427e]
I am lost now, becuase here you write that it works with security off. Which is it ? :wink:
|