phpgroupware-developers
[Top][All Lists]
Advanced

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

RE: [Phpgroupware-developers] new time track...


From: Jose Cabrera
Subject: RE: [Phpgroupware-developers] new time track...
Date: Wed, 23 Oct 2002 18:15:37 -0700

I did the co on timesheets.php and that fixed the errors. 

I only encounter errors when I co the whole timetracker module.

Anyway here are the errors:

Line 170 missing ' 
Line 175 missing '
Line 175 missing "

Then I fix those I get that big error that I sent below.

I am curious why this only occurs when getting the whole modlule out of
cvs, but files that are done by themselves come out fine.

-Jose


-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Chris Weiss
Sent: Wednesday, October 23, 2002 5:43 PM
To: address@hidden
Subject: RE: [Phpgroupware-developers] new time track...


what kind of syntax errors?  I have seen cvs corrupt file before, try
deleting it doing a co on it liek you had to for the index.php.  doesn't
happen often, but happens way more often than I'd like to see.


Jose Cabrera (address@hidden) wrote*:
>
>Hello,
>
>I just ran the update from CVS.
>(cvs -z6 -d:pserver:address@hidden:/cvsroot/phpgroupware co -r 
>Version-0_9_14-branch timetrack)
>
>I got detail_report_bycust.php running, there is a missing ; on line 
>22.
>
>timesheets.php is pretty much hosed though.
>
>I corrected several syntax errors in it.
>
>After there were all fixed I still get the following error:
>
>!!! 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/mysite/group/phpgwapi/inc/functions.inc.php:537) in 
>/home2/www/mysite/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/mysite/group/phpgwapi/inc/footer.inc.php on line 62
>
>Does someone have the fixes for those errors or a working 
>timesheets.php they can give me.
>
>Thanks,
>Jose
>
>-----Original Message-----
>From: address@hidden
>[mailto:address@hidden On Behalf Of Chris Weiss
>Sent: Friday, October 11, 2002 12:58 PM
>To: address@hidden
>Subject: Re: [Phpgroupware-developers] new time track...
>
>
>CVS glitch.  Delete the affected file and co it again:
>
>cvs -z6 co -r Version-0_9_14-branch timetrack/index.php
>
>
>jose cabrera (address@hidden) wrote*:
>>
>>
>>
>>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,j
>>d
>>.comments,c.
>company_name,j.job_number,j.job_revision,j.summary,j.description,js.sta
>t
>us_name,e.li
>d,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_revi
>>s
>>ion,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
>>
>>
>>
>>_______________________________________________
>>Phpgroupware-developers mailing list address@hidden 
>>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>>
>
>
>
>_______________________________________________
>Phpgroupware-developers mailing list address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>
>
>_______________________________________________
>Phpgroupware-developers mailing list address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>



_______________________________________________
Phpgroupware-developers mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-developers




reply via email to

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