From: Kevin M. S. <sh...@cg...> - 2002-10-09 12:59:20
|
comment out your $time and $date variables in the top of the file: /home/mattdpet/public_html/phphelpdesk/includes/cookie.inc.php And replace it with this: $date = time()+$g_cookietimeout; Hope this helps.. -k On Tue, 8 Oct 2002, Matt Peterson wrote: > I've installed and am trying to get phphelpdesk working and am using my > personal site as a test installation. You can see it at > http://www.mattdpeterson.com/phphelpdesk/ > > I'm getting the following errors when I try to login > > Warning: setcookie() expects parameter 3 to be long, string given in > /home/mattdpet/public_html/phphelpdesk/includes/cookie.inc.php on line 8 > > Warning: setcookie() expects parameter 3 to be long, string given in > /home/mattdpet/public_html/phphelpdesk/includes/cookie.inc.php on line 9 > > Warning: setcookie() expects parameter 3 to be long, string given in > /home/mattdpet/public_html/phphelpdesk/includes/cookie.inc.php on line 10 > > Warning: setcookie() expects parameter 3 to be long, string given in > /home/mattdpet/public_html/phphelpdesk/includes/cookie.inc.php on line 11 > > Warning: setcookie() expects parameter 3 to be long, string given in > /home/mattdpet/public_html/phphelpdesk/includes/cookie.inc.php on line 12 > > The install process went a little wierd and I wasn't able to use the install > script provided. I manually created the database in phpMyAdmin and used the > phphelpdesk.mysql to create the tables. The app is able to conenct to the > DB. Any help you could provide would be greatly appreciated. I think this > is a great help desk application and would love to be able to use it for the > company I am working to start now. > > Thanks > Matt Peterson > > |