Search found 11 matches

by algarotti
Wed Apr 07, 2004 10:10 am
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

[quote="Thorsten"]Hi,

IT'S WORK !!!!!!!!!!

>okay, this was hard to resolve. :-)

thank you again very much for your help.

I don't understand why the value was not correct because I never modify the table ! May be, it was in the past, with trying some old beta version...


Best regards
by algarotti
Wed Apr 07, 2004 9:34 am
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

[Hi Thorsten


I think you have find the problem !

>does your MySQL table faqadminsessions look like this:
>`pass` varchar(64) binary NOT NULL default '',

I have : !!!!

`pass` varchar(15) binary NOT NULL default '',

The others fields are correct.

I dont understand why I have this 15 !!

I ...
by algarotti
Tue Apr 06, 2004 10:02 am
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

SAME PROBLEM...

Hi,

>please test RC3!

There is the same problem, here are the debug messages:



before login with a browser reload:

DELETE FROM faqadminsessions WHERE TIME < '1081240080'

1 Queries executed




after login:


DELETE FROM faqadminsessions WHERE TIME < '1081240219'
SELECT id, name, realname ...
by algarotti
Wed Mar 31, 2004 9:24 am
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

Hello,


>Are the queries still the same? Please post your exact PHP and >Server configuration.


I put DEBUG to TRUE in admin/index.php


* here is the debug when I load the admin home page /admin/index.php

DELETE FROM faqadminsessions WHERE TIME < '1080718875'

1 Queries executed



* here is the ...
by algarotti
Tue Mar 30, 2004 9:10 am
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

Hello

>maybe... please test it and report the result here...


It is exactly the same problem.

I have deleted all the old install, I have installed the 1.3.11RC2 and I have restored my config.php and data.php.


Best regard

Serge
by algarotti
Mon Mar 29, 2004 9:31 am
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

Hi,

>this is the problem, the password string ist too short. I'm looking
>for a fix. Stay tuned!

is the version 1.3.11 RC2 resolved my problem ?

best regard
by algarotti
Mon Mar 01, 2004 4:02 pm
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

Hello,

* yes the virtual hosts are on the same machine
* MySQL 3.23.58 on a dedicated machine

MySQL server and web server (apache) are Linux Redhat 9

>this is the problem, the password string ist too short.
>I'm looking for a fix. Stay tuned!

thank you very much for your quick analyze !!!
by algarotti
Mon Mar 01, 2004 1:10 pm
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

Hello,

*********************************** on the FAQ with the problem:


after login succesfull:

DELETE FROM faqadminsessions WHERE TIME < '1078140938'
SELECT id, name, realname, email, pass FROM faquser WHERE name = 'admin' AND pass = '88a93408a0dfb56cff34d324e40933ce'
SELECT uin FROM ...
by algarotti
Mon Mar 01, 2004 12:33 pm
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

Hello,

yes, we use ntp on our network. I have verified, the time is
exactly the same on:
- the machine with the browser
- the web server machine
- the mysql machine

It's strange because we have 2 virtuals hosts with 2 phpMyFAQ (with 2 differents database of course) and the problem appears only on ...
by algarotti
Mon Mar 01, 2004 11:30 am
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

Hello,

I have modify :

# Désirez vous vérifier l'adresse IP afin d'identifier le UINs dans la page admin.php?
$ipcheck = "";

but there is always the same problem.

I have try with another brower on another machine, it's the same problem.

Thank for your help
by algarotti
Fri Feb 27, 2004 2:46 pm
Forum: General discussions
Topic: The Sessions ID is passed
Replies: 32
Views: 45881

The Sessions ID is passed

Hello,

I have upgraded from phpMyFAQ 1.3.8dev to 1.3.10. Since the upgrade, I have a problem with the admin account.

I can login to the admin account without problem, but when I want to do something in any of the admin menu, the login window of phpmyfaq appears with the message:

The Sessions ...