phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] new time track...


From: jose cabrera
Subject: [Phpgroupware-developers] new time track...
Date: Fri, 11 Oct 2002 18:53:15 +0000


Hey,

I just went and upgraded timetrack from cvs, that thing has a ton of errors.

There were quite a few missing ; or ' in detail_report_bycust.php and timesheets.php.

I was able to fix those.

index.php outputs this now:
<<<<<<< index.php
Warning: Cannot add header information - headers already sent by (output started at /home2/www/godquestmissions/group/timetrack/index.php:1) in /home2/www/godquestmissions/group/header.inc.php on line 88

Warning: Cannot add header information - headers already sent by (output started at /home2/www/godquestmissions/group/timetrack/index.php:1) in /home2/www/godquestmissions/group/header.inc.php on line 89

Warning: Cannot send session cache limiter - headers already sent (output started at /home2/www/godquestmissions/group/timetrack/index.php:1) in /home2/www/godquestmissions/group/phpgwapi/inc/class.sessions_php4.inc.php on line 124

=======
Warning: Cannot add header information - headers already sent by (output started at /home2/www/godquestmissions/group/timetrack/index.php:1) in /home2/www/godquestmissions/group/header.inc.php on line 88

Warning: Cannot add header information - headers already sent by (output started at /home2/www/godquestmissions/group/timetrack/index.php:1) in /home2/www/godquestmissions/group/header.inc.php on line 89

Fatal error: Cannot redeclare perfgetmicrotime() (previously declared in /home2/www/godquestmissions/group/header.inc.php:101) in /home2/www/godquestmissions/group/header.inc.php on line 99



timesheets.php returns:
!!! YOU DO NOT HAVE YOUR $GLOBALS['phpgw_info']['flags']['currentapp'] SET !!!
!!! PLEASE CORRECT THIS SITUATION !!!
Warning: Cannot send session cache limiter - headers already sent (output started at /home2/www/godquestmissions/group/phpgwapi/inc/functions.inc.php:537) in /home2/www/godquestmissions/group/phpgwapi/inc/class.sessions_php4.inc.php on line 124
Template Error: set_root: is not a directory.
Halted.
Fatal error: Call to undefined function: parse_navbar_end() in /home2/www/godquestmissions/group/phpgwapi/inc/footer.inc.php on line 62

It tried explicitly set the $GLOBAL var, but that did not work.

detail_report2.php returns:
Database error: Invalid SQL: select jd.detail_id,jd.job_id,jd.work_catagory_id,jd.work_date,jd.num_hours,jd.comments,c.company_name,j.job_number,j.job_revision,j.summary,j.description,js.status_name,e.lid,w.catagory_desc from phpgw_ttrack_job_details as jd left join phpgw_ttrack_jobs as j on jd.job_id = j.job_id left join phpgw_ttrack_customers as c on j.company_id = c.company_id left join phpgw_ttrack_emplyprof as e on jd.account_id = e.id left join phpgw_ttrack_wk_cat as w on jd.work_catagory_id = w.work_catagory_id left join phpgw_ttrack_job_status as js on j.status_id = js.status_id WHERE jd.work_date >= '0000-00-00' AND jd.work_date <= '9999-00-00' ORDER BY a.account_lastname,jd.work_date,c.company_name,j.job_number,j.job_revision,jd.work_catagory_id asc
Session halted.
Fatal error: Call to undefined function: parse_navbar_end() in /home2/www/godquestmissions/group/phpgwapi/inc/footer.inc.php on line 62

oh well, better put the old one back...

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]