From: Guy M. G. - U. <gg...@ul...> - 2004-01-10 22:41:48
|
Hi all, I just installed the lastest verion of phphelpdesk. Deleted the old DB and imported the new just incase structure has changed. I'm on a Redhat 7.3 system running ensinm 3.5.20 newly installed. PHP is the lastest version and MySQL I think. Install location is var/www/ss/helpdesk Aliased as /helpdesk/ in my virtual directory path. The last version was working just fine. Helpdesk connects to the database and displays jobs but due to a cookie issue i can't navigate. Attempts to navigate returns me to login screen even when I'm showed as logged in. Here are the messages I receive. Warning: setcookie() expects parameter 3 to be long, string given in /home/virtual/site1/fst/var/www/ss/helpdesk/includes/cookie.inc.php on line 8 Warning: setcookie() expects parameter 3 to be long, string given in /home/virtual/site1/fst/var/www/ss/helpdesk/includes/cookie.inc.php on line 9 Warning: setcookie() expects parameter 3 to be long, string given in /home/virtual/site1/fst/var/www/ss/helpdesk/includes/cookie.inc.php on line 10 Warning: setcookie() expects parameter 3 to be long, string given in /home/virtual/site1/fst/var/www/ss/helpdesk/includes/cookie.inc.php on line 11 Warning: setcookie() expects parameter 3 to be long, string given in /home/virtual/site1/fst/var/www/ss/helpdesk/includes/cookie.inc.php on line 12 Clicking on any link returns me to the login screen with these errors and shows me no longer logged in. Any ideas what I need to do to correct this. |