PDA

View Full Version : TimeCard report error


henkfikkert
31-08-04, 06:34 AM
I'm using the CVS of some days ago. All runs great, except for the TimeCard report. When opening the reports tab it shows me:
Call to undefined function: getconfig() in c:\inetpub\wwwroot\dotproject\modules\timecard\vw_ reports.php on line 19

Any clues?
regards,Henk

cyberhorse
31-08-04, 06:33 PM
It should be dPgetConfig() ... I think :) haven't looked at the code - just guessing

henkfikkert
01-09-04, 02:02 AM
That was my guess too. :D But that didn't bring me the solution. The code doesn't seem to see either getconfig() nor dPgetConfig(). :(

cyberhorse
02-09-04, 11:33 AM
did you try accessing the array directly? $dPconfig[]

henkfikkert
05-09-04, 07:15 PM
Seems it's (in my setup) missing it's link to the config. With a harcoded (:oops:) path it runs quite well. (btw pretty useful addon :D ) Now only msiising some config related stuff (working hours/day)