|
From: Ray M. <ra...@st...> - 2003-05-06 14:42:48
|
Sounds like you have a cookie problem.
Try editing ./include/cookies.inc.php
Comment out these two lines:
// $time =3D mktime()+$g_cookietimeout;
// $date =3D date("l, d-M-y H:i:s", ($time));
And add this one:
$date =3D time()+$g_cookietimeout;
I've stopped 8,197 spam messages. You can too!
Get your free, safe spam protection at
http://www.cloudmark.com/spamnetsig/
-----Original Message-----
From: Dominique Dejonghe [mailto:dom...@iu...]=20
Sent: Saturday, May 03, 2003 8:55 AM
To: php...@li...
Subject: [Phphelpdesk-help] error messages
Hi,
i just installed phphelpdesk. When I log in with admin, admin I get
following errors:
Warning: setcookie() expects parameter 3 to be long, string given in
/home/iutum/public_html/phphelpdesk/includes/cookie.inc.php on line 8
Warning: setcookie() expects parameter 3 to be long, string given in
/home/iutum/public_html/phphelpdesk/includes/cookie.inc.php on line 9
Warning: setcookie() expects parameter 3 to be long, string given in
/home/iutum/public_html/phphelpdesk/includes/cookie.inc.php on line 10
Warning: setcookie() expects parameter 3 to be long, string given in
/home/iutum/public_html/phphelpdesk/includes/cookie.inc.php on line 11
Warning: setcookie() expects parameter 3 to be long, string given in
/home/iutum/public_html/phphelpdesk/includes/cookie.inc.php on line 12
Also the links to Add Department, Add User etc bring me back to the log
in
screen.
What did I do wrong?
DOminique
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Phphelpdesk-help mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phphelpdesk-help
|