bug in timesheet timesheetdetail.php page

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Locked
ahmed
Posts: 4
Joined: Wed Jan 17, 2007 4:04 pm

bug in timesheet timesheetdetail.php page

Post by ahmed »

when i clicked timesheet detail from Report menu, it gave me the following at the header for the page timesheetdetail.php but page body loaded normaly:

Warning: array_keys() [function.array-keys]: The first argument should be an array in F:\AppServ\www\timetrex\interface\report\TimesheetDetail.php on line 500

Warning: array_shift() [function.array-shift]: The argument should be an array in F:\AppServ\www\timetrex\interface\report\TimesheetDetail.php on line 500


please how could solve this bug?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

What version of TimeTrex are you using?

These are just warnings, they usually won't cause any harm, so we recommend you disable "display_errors" in your PHP.INI to stop them from appearing.
Locked