Date: 12/03/00
- Next message: Christian Thiele: "Re: [phplib] PHPlib error"
- Previous message: Christian Thiele: "[phplib] PHPlib error"
- In reply to: Christian Thiele: "[phplib] PHPlib error"
- Next in thread: Christian Thiele: "Re: [phplib] PHPlib error"
- Reply: Christian Thiele: "Re: [phplib] PHPlib error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Veilleicht benutzen Sie eine alte Version von PHPlib?
Upgraden Zie bitte zu 7.2c
Und die Benutzung von Sessions in Frames ist stark ab zu uh...... nicht gut.
Nicht tun.
Meine .2 DM
Brian
----- Original Message -----
From: Christian Thiele <ChristianThiele <email protected>>
To: <phplib <email protected>>
Sent: Sunday, December 03, 2000 9:56 PM
Subject: [phplib] PHPlib error
Hi,
folgendes Skript.../ following script
<?php
include("/home/webmasternetz/pages/php/prepend.php3");
page_open(array("sess" => "Example_Session", "auth" => "Example_Auth",
"perm" => "Example_Perm","user" => "Example_User"));
$userid = $auth->auth["uid"];
$user_name = $auth->auth["uname"];
?>
This is a page only for members
<?php page_close() ?>
Ich nutze die PHPlib outbox, also ohne Änderung, nur das Caching habe ich
ausgeschaltet und meine DB eingestellt und es funktioniert auch, nur das ich
ab und an einen Datenbankfehler bekommen beim Reloaden...immer schön F5
drücken...passiert nicht immer aber ab und an...und bei einem Frame wo viele
Seiten mehr oder weniger gleichzeitig aufgerufen werden ( die die selbe
Session-ID ) haben erhöht sich die Chance auf die Fehlermeldung immens...
Und nun zu meiner Frage, mache ich was falsch ( hab nen Athlon, Win98, PHP
3.17 und einen Win32 MySQL-Server ).
Liegt es an meiner Konfiguration? Ich vermute das es daran liegt das ich die
Reloads mache...und das irgendwas nicht nachkommt entweder die PHPlib oder
mein SQL-Server...weiß jemand Rat?? Nach ca. 4h basteln bin ich mittlerweile
am Ende meiner Ideen...
I am using PHPlib without changes and sometimes when I often press reload I
get a database error and I don't know why...
I have Windows, PHP and a OMNIHTTPd-Server and a MySQL-win32-Server (beta).
Whats wrong?? Why phplib wants to make a insert and not a update for the
existing session???
*seufz*
BITTE HELFT ;-) // Please help
answers to ChristianThiele <email protected>
Thank you !
*verzweifel* Christian
Error:
Database error: Invalid SQL: insert into active_sessions ( sid, name, val,
changed ) values ('747eacec4f5d6867bb7c66ff1e681509', 'Example_Session',
'RXhhbXBsZV9TZXNzaW9uOiR0aGlzLT5pbiA9ICcnOyAkdGhpcy0+cHQgPSBhcnJheSgpOyAkdGh
pcy0+cHRbJ2F1dGgnXSA9ICcxJzsgJHRoaXMtPnB0WydzJ10gPSAnMSc7ICRHTE9CQUxTWydhdXR
oJ10gPSBuZXcgRXhhbXBsZV9BdXRoOyAkR0xPQkFMU1snYXV0aCddLT5hdXRoID0gYXJyYXkoKTs
gJEdMT0JBTFNbJ2F1dGgnXS0+YXV0aFsndWlkJ10gPSAnYzE0Y2JmMTQxYWIxYjdjZDAwOTM1NmY
1NTViNjA3ZGMnOyAkR0xPQkFMU1snYXV0aCddLT5hdXRoWydwZXJtJ10gPSAnYWRtaW4nOyAkR0x
PQkFMU1snYXV0aCddLT5hdXRoWydleHAnXSA9ICc5NzU4NzIxMzUnOyAkR0xPQkFMU1snYXV0aCd
dLT5hdXRoWydyZWZyZXNoJ10gPSAnOTc1ODcxMDQ2JzsgJEdMT0JBTFNbJ2F1dGgnXS0+YXV0aFs
ndW5hbWUnXSA9ICdrcmlzJzsgJEdMT0JBTFNbJ3MnXSA9ICcwJzsg', '20001203202035')
MySQL Error: 1062 (Duplicate entry
'Example_Session-747eacec4f5d6867bb7c66ff1e681509' for key 1)
Session halted.
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Christian Thiele: "Re: [phplib] PHPlib error"
- Previous message: Christian Thiele: "[phplib] PHPlib error"
- In reply to: Christian Thiele: "[phplib] PHPlib error"
- Next in thread: Christian Thiele: "Re: [phplib] PHPlib error"
- Reply: Christian Thiele: "Re: [phplib] PHPlib error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

