From: Steve S. <st...@da...> - 2002-01-24 17:59:51
|
Hi folks, I'm having a little setup problem, hopefully someone can punt me in the right direction... My setup is... WinXP pro, IIS5, MySql3.23.47-nt, PHP 4.1.1 When I load up the main phphelpdesk page I get the following error showing up on the right hand side... Executed SQL: SELECT events.e_id, events.t_id, events.e_status, events.e_assignedto, ticket.t_id FROM events,ticket WHERE events.t_id = ticket.t_id ORDER BY events.t_id, events.e_id; (35 rows affected.) Open Tickets: 4 Assigned to you otherwise the screen looks normal. When I log in using Admin it gives a bunch more errors listed below... Executed SQL: SELECT * FROM security WHERE s_user='admin' AND s_password='admin'; (1 rows affected.) Executed SQL: SELECT d_name FROM userdepartments WHERE s_user='admin'; (3 rows affected.) Executed SQL: UPDATE security SET s_timestamp_laston='0201241257' WHERE s_user='admin'; (1 rows affected.) Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\includes\functions.inc.php:75) in c:\inetpub\wwwroot\includes\cookie.inc.php on line 8 Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\includes\functions.inc.php:75) in c:\inetpub\wwwroot\includes\cookie.inc.php on line 9 Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\includes\functions.inc.php:75) in c:\inetpub\wwwroot\includes\cookie.inc.php on line 10 Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\includes\functions.inc.php:75) in c:\inetpub\wwwroot\includes\cookie.inc.php on line 11 Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\includes\functions.inc.php:75) in c:\inetpub\wwwroot\includes\cookie.inc.php on line 12 Executed SQL: SELECT * FROM security WHERE s_user='admin'; (1 rows affected.) Executed SQL: SELECT d_name FROM userdepartments WHERE s_user="admin" order by d_name; (3 rows affected.) PHP appears to to functioning properly so I'm not sure if this is a MySql configuration error. Any help would be appreciated Thanks, -- Steve st...@da... |