From: Phil D. <we...@pa...> - 2004-11-18 09:59:57
|
OK Kitch I got a lot of this in now - need to go back and do some double checking though - Jesse just sent SpecialOrder.php which missed the cut - its bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it was which may be useful: > > I started translating web erp in italian, but realized that messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable encoding > > name. > > Message conversion to user's charset might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function wherever possible - this does mean there is one common way for displaying messages and we can muck about with the formats as we like - it is pretty rudimentary but I like the idea of some kind of standardisation of messages. Many echo statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely indented too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before FROM. WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have the code anyway you like - but I try to modify it to comply with that Contributing.txt doc before committing to CVS. WE DID IT! -- Phil |
From: Steve K. <s.k...@bu...> - 2004-11-18 18:48:30
|
OK, I've had a look at all this stuff and here's the low-down .... As Phil says, things are somewhat messy with duplicate definitions, bits of puctuation, bits of HTML and the like in the text strings. I will go through all the existing modules and bash it into a more consistent form (I must be mad ...). Can I request that when you put _() strings in your code you do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into pieces do not put punctuation in the string - again, break it up into pieces be consistent about case I've made a web page to help with translating (default on the left, your translation on the right) which I will send in when it looks a bit prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote: > OK Kitch I got a lot of this in now - need to go back and do some double > checking though - Jesse just sent SpecialOrder.php which missed the cut - its > bed time here - can here knocking on the wall telling me to knock off!! > > Checking in CreditStatus.php; > Checking in CustomerAllocations.php; > Checking in CustomerBranches.php; > Checking in DeliveryDetails.php; > Checking in DiscountCategories.php; > Checking in DiscountMatrix.php; > Checking in Logout.php; > Checking in SelectOrderItems.php; > Checking in ShipmentCosting.php; > Checking in Shipments.php; > Checking in Shippers.php; > Checking in Shipt_Select.php; > Checking in ShiptsList.php; > Checking in StockStatus.php; > Checking in SuppCreditGRNs.php; > Checking in SuppInvGLAnalysis.php; > Checking in SuppPaymentRun.php; > Checking in SuppShiptChgs.php; > Checking in SuppTransGLAnalysis.php; > Checking in SupplierAllocations.php; > Checking in SupplierContacts.php; > Checking in SupplierCredit.php; > Checking in SupplierInquiry.php; > Checking in SupplierInvoice.php; > Checking in Suppliers.php; > > quite a flourish to finish on..... > > and of course > Checking in locale/en/LC_MESSAGES/messages.po; > > > Worried about introducing bugs with such a lot at break neck speed. > I re-ran xgettext to update messages.po > > > An Italian chap contacted me spelling out duplications in the .po as it was > which may be useful: > > > > I started translating web erp in italian, but realized that messages.po > > > in italian is not complete > > > > > > even *.po in english seem not perfect either: > > > > > > -------------------------------------------------------------------- > > > bash-2.05b$ msgfmt *.po > > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable encoding > > > name. > > > Message conversion to user's charset might > > > not work. > > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > > encoding name. > > > Message conversion to user's charset might > > > not work. > > > messages.po:7: duplicate message definition > > > index.po:8: ...this is the location of the first definition > > > messages.po:20: duplicate message definition > > > index.po:418: ...this is the location of the first definition > > > messages.po:844: duplicate message definition > > > index.po:414: ...this is the location of the first definition > > > messages.po:1165: duplicate message definition > > > index.po:293: ...this is the location of the first definition > > > messages.po:1800: duplicate message definition > > > index.po:29: ...this is the location of the first definition > > > messages.po:3793: duplicate message definition > > > index.po:410: ...this is the location of the first definition > > > messages.po:3849: duplicate message definition > > > index.po:378: ...this is the location of the first definition > > > messages.po:4087: duplicate message definition > > > index.po:390: ...this is the location of the first definition > > > messages.po:4410: duplicate message definition > > > index.po:209: ...this is the location of the first definition > > > messages.po:5518: duplicate message definition > > > index.po:149: ...this is the location of the first definition > > > messages.po:6958: duplicate message definition > > > index.po:189: ...this is the location of the first definition > > > messages.po:7683: duplicate message definition > > > index.po:153: ...this is the location of the first definition > > > messages.po:9314: duplicate message definition > > > index.po:21: ...this is the location of the first definition > > > messages.po:9326: duplicate message definition > > > index.po:257: ...this is the location of the first definition > > > messages.po:9368: duplicate message definition > > > index.po:265: ...this is the location of the first definition > > > messages.po:9641: duplicate message definition > > > index.po:25: ...this is the location of the first definition > > > messages.po:9649: duplicate message definition > > > index.po:33: ...this is the location of the first definition > > > messages.po:9653: duplicate message definition > > > index.po:37: ...this is the location of the first definition > > > messages.po:9657: duplicate message definition > > > index.po:41: ...this is the location of the first definition > > > messages.po:9661: duplicate message definition > > > msgfmt: too many errors, aborting > > > --------------------------------------------------------------- > > > > > > if you can provide a valid/updated messages.po I will happily translate > > > it in italian > > > > > > bye > > > > > > xlyz > > > A few minor points men - I'm trying to use Jesse's prnMsg function wherever > possible - this does mean there is one common way for displaying messages and > we can muck about with the formats as we like - it is pretty rudimentary but > I like the idea of some kind of standardisation of messages. Many echo > statements can lose the <BR> and slot into a prnMsg instead. > > I am probably slightly autistic in my zeal for having the code nicely indented > too - I tend to break after </TD> so the next line starts on a <TD> > HTML in CAPS ideally. SQL broken up field by field line breaks before FROM. > WHERE, AND, GROUP BY, ORDER BY > > All very picky stuff - dont bother if you dont want to I happy to have the > code anyway you like - but I try to modify it to comply with that > Contributing.txt doc before committing to CVS. > > WE DID IT! > |
From: Steve K. <sk...@ro...> - 2004-11-18 19:02:01
|
Although I stuck to the majority of these recommendations I would have = one question. What about punctuation within a string. e.g. '<BR> The code could not be found. Please verify and re-enter.' What about that period and space in the middle? Should it be '<BR> ' . _('The code could not be found. Please verify and re-enter') . = '.' or '<BR> ' . _('The code could not be found') . '. ' . _('Please verify and = re-enter') . '.' Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 1:48 PM Subject: Re: [Web-erp-developers] po tidy up OK, I've had a look at all this stuff and here's the low-down .... As Phil says, things are somewhat messy with duplicate definitions, = bits of puctuation, bits of HTML and the like in the text strings. I will go through all the existing modules and bash it into a more = consistent form (I must be mad ...). Can I request that when you put _() strings in your code you=20 do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into pieces do not put punctuation in the string - again, break it up into = pieces be consistent about case I've made a web page to help with translating (default on the left, = your translation on the right) which I will send in when it looks a bit = prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 OK Kitch I got a lot of this in now - need to go back and do some double = checking though - Jesse just sent SpecialOrder.php which missed the cut = - its=20 bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course=20 Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it = was=20 which may be useful: > > I started translating web erp in italian, but realized that = messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable = encoding > > name. > > Message conversion to user's charset = might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset = might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily = translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function = wherever=20 possible - this does mean there is one common way for displaying = messages and=20 we can muck about with the formats as we like - it is pretty rudimentary = but=20 I like the idea of some kind of standardisation of messages. Many echo=20 statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely = indented=20 too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before = FROM.=20 WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have = the=20 code anyway you like - but I try to modify it to comply with that=20 Contributing.txt doc before committing to CVS. WE DID IT! |
From: Steve K. <s.k...@bu...> - 2004-11-18 19:18:05
|
For me, the second option is better. Consider something like '<BR>ERROR ! The code could not be found. Please re-enter the GL reference' and '<BR>ERROR ! The code could not be found. Please re-enter the customer code' 'ERROR' and 'The code could not be found' are common phrases that are scattered throughout the application. When split up as suggested, only one instance of the text 'ERROR' and the text 'The code could not be found' are needed in the .po file. Also, the current .po file is approaching 400K in size, so any consolidation to reduce this should be considered A Good Thing (tm) :-) Kitch On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: > =EF=BB=BF=20 > Although I stuck to the majority of these recommendations I would have > one question. What about punctuation within a string. e.g. > =20 > '<BR> The code could not be found. Please verify and re-enter.' > =20 > What about that period and space in the middle? Should it be > =20 > '<BR> ' . _('The code could not be found. Please verify and > re-enter') . '.' > =20 > or > =20 > '<BR> ' . _('The code could not be found') . '. ' . _('Please verify > and re-enter') . '.' > =20 > Steve >=20 > ----- Original Message -----=20 > From: Steve Kitchen=20 > To: web...@li...=20 > Sent: Thursday, November 18, 2004 1:48 PM > Subject: Re: [Web-erp-developers] po tidy up > =20 > =20 > OK, I've had a look at all this stuff and here's the > low-down .... > =20 > =20 > As Phil says, things are somewhat messy with duplicate > definitions, bits of puctuation, bits of HTML and the like in > the text strings. > =20 > I will go through all the existing modules and bash it into a > more consistent form (I must be mad ...). > =20 > =20 > Can I request that when you put _() strings in your code you=20 > =20 > do not put spaces at the start or end of the string > do not put HTML tags in the string - break it up into > pieces > do not put punctuation in the string - again, break it up > into pieces > be consistent about case > =20 > =20 > I've made a web page to help with translating (default on the > left, your translation on the right) which I will send in when > it looks a bit prettier :-) > =20 > =20 > Catch y'all later ... > =20 > Kitch > =20 > On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 > =20 > > OK Kitch I got a lot of this in now - need to go back and do = some double=20 > > checking though - Jesse just sent SpecialOrder.php which miss= ed the cut - its=20 > > bed time here - can here knocking on the wall telling me to k= nock off!! > >=20 > > Checking in CreditStatus.php; > > Checking in CustomerAllocations.php; > > Checking in CustomerBranches.php; > > Checking in DeliveryDetails.php; > > Checking in DiscountCategories.php; > > Checking in DiscountMatrix.php; > > Checking in Logout.php; > > Checking in SelectOrderItems.php; > > Checking in ShipmentCosting.php; > > Checking in Shipments.php; > > Checking in Shippers.php; > > Checking in Shipt_Select.php; > > Checking in ShiptsList.php; > > Checking in StockStatus.php; > > Checking in SuppCreditGRNs.php; > > Checking in SuppInvGLAnalysis.php; > > Checking in SuppPaymentRun.php; > > Checking in SuppShiptChgs.php; > > Checking in SuppTransGLAnalysis.php; > > Checking in SupplierAllocations.php; > > Checking in SupplierContacts.php; > > Checking in SupplierCredit.php; > > Checking in SupplierInquiry.php; > > Checking in SupplierInvoice.php; > > Checking in Suppliers.php; > >=20 > > quite a flourish to finish on..... > >=20 > > and of course=20 > > Checking in locale/en/LC_MESSAGES/messages.po; > >=20 > >=20 > > Worried about introducing bugs with such a lot at break neck = speed. > > I re-ran xgettext to update messages.po > >=20 > >=20 > > An Italian chap contacted me spelling out duplications in the= .po as it was=20 > > which may be useful: > >=20 > > > > I started translating web erp in italian, but realized th= at messages.po > > > > in italian is not complete > > > > > > > > even *.po in english seem not perfect either: > > > > > > > > ---------------------------------------------------------= ----------- > > > > bash-2.05b$ msgfmt *.po > > > > msgfmt: index.po: warning: Charset "CHARSET" is not a por= table encoding > > > > name. > > > > Message conversion to user's c= harset might > > > > not work. > > > > msgfmt: messages.po: warning: Charset "CHARSET" is not a = portable > > > > encoding name. > > > > Message conversion to user'= s charset might > > > > not work. > > > > messages.po:7: duplicate message definition > > > > index.po:8: ...this is the location of the first definiti= on > > > > messages.po:20: duplicate message definition > > > > index.po:418: ...this is the location of the first defini= tion > > > > messages.po:844: duplicate message definition > > > > index.po:414: ...this is the location of the first defini= tion > > > > messages.po:1165: duplicate message definition > > > > index.po:293: ...this is the location of the first defini= tion > > > > messages.po:1800: duplicate message definition > > > > index.po:29: ...this is the location of the first definit= ion > > > > messages.po:3793: duplicate message definition > > > > index.po:410: ...this is the location of the first defini= tion > > > > messages.po:3849: duplicate message definition > > > > index.po:378: ...this is the location of the first defini= tion > > > > messages.po:4087: duplicate message definition > > > > index.po:390: ...this is the location of the first defini= tion > > > > messages.po:4410: duplicate message definition > > > > index.po:209: ...this is the location of the first defini= tion > > > > messages.po:5518: duplicate message definition > > > > index.po:149: ...this is the location of the first defini= tion > > > > messages.po:6958: duplicate message definition > > > > index.po:189: ...this is the location of the first defini= tion > > > > messages.po:7683: duplicate message definition > > > > index.po:153: ...this is the location of the first defini= tion > > > > messages.po:9314: duplicate message definition > > > > index.po:21: ...this is the location of the first definit= ion > > > > messages.po:9326: duplicate message definition > > > > index.po:257: ...this is the location of the first defini= tion > > > > messages.po:9368: duplicate message definition > > > > index.po:265: ...this is the location of the first defini= tion > > > > messages.po:9641: duplicate message definition > > > > index.po:25: ...this is the location of the first definit= ion > > > > messages.po:9649: duplicate message definition > > > > index.po:33: ...this is the location of the first definit= ion > > > > messages.po:9653: duplicate message definition > > > > index.po:37: ...this is the location of the first definit= ion > > > > messages.po:9657: duplicate message definition > > > > index.po:41: ...this is the location of the first definit= ion > > > > messages.po:9661: duplicate message definition > > > > msgfmt: too many errors, aborting > > > > ---------------------------------------------------------= ------ > > > > > > > > if you can provide a valid/updated messages.po I will hap= pily translate > > > > it in italian > > > > > > > > bye > > > > > > > > xlyz > >=20 > >=20 > > A few minor points men - I'm trying to use Jesse's prnMsg fun= ction wherever=20 > > possible - this does mean there is one common way for display= ing messages and=20 > > we can muck about with the formats as we like - it is pretty = rudimentary but=20 > > I like the idea of some kind of standardisation of messages. = Many echo=20 > > statements can lose the <BR> and slot into a prnMsg instead. > >=20 > > I am probably slightly autistic in my zeal for having the cod= e nicely indented=20 > > too - I tend to break after </TD> so the next line starts on = a <TD> > > HTML in CAPS ideally. SQL broken up field by field line break= s before FROM.=20 > > WHERE, AND, GROUP BY, ORDER BY > >=20 > > All very picky stuff - dont bother if you dont want to I happ= y to have the=20 > > code anyway you like - but I try to modify it to comply with = that=20 > > Contributing.txt doc before committing to CVS. > >=20 > > WE DID IT! > >=20 |
From: Daintrees <p.d...@pa...> - 2004-11-18 19:44:57
|
I tried to remove punctuation - only at the end of sentences and broke = up strings around html. Notice you did SelectOrderItems.php too - a misson in itself - both you = and Steve did this one! This tidy up is a misson Kitch - good job you seem to have broad = shoulders - and chose to accept it :-) Phil ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 8:17 AM Subject: Re: [Web-erp-developers] po tidy up For me, the second option is better. Consider something like '<BR>ERROR ! The code could not be found. Please re-enter the GL = reference' and '<BR>ERROR ! The code could not be found. Please re-enter the customer = code' 'ERROR' and 'The code could not be found' are common phrases that are = scattered throughout the application. When split up as suggested, only = one instance of the text 'ERROR' and the text 'The code could not be = found' are needed in the .po file. Also, the current .po file is approaching 400K in size, so any = consolidation to reduce this should be considered A Good Thing (tm) :-) Kitch On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: =EF=BB=BF=20 Although I stuck to the majority of these recommendations I would = have one question. What about punctuation within a string. e.g. =20 '<BR> The code could not be found. Please verify and re-enter.' =20 What about that period and space in the middle? Should it be =20 '<BR> ' . _('The code could not be found. Please verify and = re-enter') . '.' =20 or =20 '<BR> ' . _('The code could not be found') . '. ' . _('Please verify = and re-enter') . '.' =20 Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 1:48 PM Subject: Re: [Web-erp-developers] po tidy up OK, I've had a look at all this stuff and here's the low-down .... As Phil says, things are somewhat messy with duplicate = definitions, bits of puctuation, bits of HTML and the like in the text = strings. I will go through all the existing modules and bash it into a more = consistent form (I must be mad ...). Can I request that when you put _() strings in your code you=20 do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into pieces do not put punctuation in the string - again, break it up into = pieces be consistent about case I've made a web page to help with translating (default on the = left, your translation on the right) which I will send in when it looks = a bit prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 OK Kitch I got a lot of this in now - need to go back and do some double = checking though - Jesse just sent SpecialOrder.php which missed the cut = - its=20 bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course=20 Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it = was=20 which may be useful: > > I started translating web erp in italian, but realized that = messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable = encoding > > name. > > Message conversion to user's charset = might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset = might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily = translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function = wherever=20 possible - this does mean there is one common way for displaying = messages and=20 we can muck about with the formats as we like - it is pretty rudimentary = but=20 I like the idea of some kind of standardisation of messages. Many echo=20 statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely = indented=20 too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before = FROM.=20 WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have = the=20 code anyway you like - but I try to modify it to comply with that=20 Contributing.txt doc before committing to CVS. WE DID IT! |
From: Stins, D. www.Zion-IT.c. <DR...@Zi...> - 2004-11-18 21:58:17
|
I know it is late, but better late then never. You're example refreshed = my memory. In several development standards and projects, I was used to have an = error/warning/information message coding system. Every message should have it's own unique code/number followed with the = text. I could happen that at different places in the code appears the = same message like: "Wrong Code Entered". In the system it would be coded with a function like: display_message(=20 'E' , //E=3Dmessage type Error 'A', //A=3Dabort script or I=3Dinformational or = W=3Dwarning 'WE001' ); // Wrong code Entered At another error situation: display_message(=20 'E' , //E=3Dmessage type Error, I=3DInformational, = W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or ... 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe message = number The function will fetch the message based at the unique code (like = 'WE002' ) and does what it should do.=20 Both messages are the same, but the only difference is the exact place = in a script where it is raised from. When you find the exact message for more then one unique code, then = there are a few reasons why this happens: - the message is not detailed enough - it is coded inefficient, because the same code is repeated at several = places, while a function/procedure is able to prevent this and ...... so = it helps to increase the quality of the program. - it increases performance (but I have never seen a good example of = this) Where do you store the messages? Normally in a table, so it would be = easy to update the messages without changing the source. An extra column = could be entered to implement multilanguage for messages like these. May = be are their other good implementation methods. When you display also the unique code, then you will always be able very = easily to find the exact line in a script where the error is raised = from. That's very handy for debugging and answering questions of = end-users. Sometimes, you need to be able to show parameters in a message like: "You entered the wrong code: #1 in #2" For this we need a function/procedure which allows 2 parameters. display_message(=20 'E' , //E=3Dmessage type Error, I=3DInformational, = W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or ... 'WE003', // You entered the wrong code: #1 in #2 WE=3DWeb Erp = 002=3Dthe message number $code, 'index.php' ); Resume advantages: - A standardised message system is good for the coding quality - It is much easier to find the exact script + line where the message is = comming from - We would be able to update the message without the chance you make = some typo in the script, because there is no need for updating a script = when we need to update a message. - improves quality, since it shows generic messages are not detailed = enough - lot's of messages which are equal, tells us that there might be some = code lines be coded twice or more or the message is not detailed enough. - ..... My suggestions is to do the following steps: - do we like this? All or only parts of it or nothing? - how do we want to implement this? Create a message class? And a table? = Or use the translation package? Or ... - there is no need to rewrite all scripts. I would be good enough when = we use a message system like this for all coding which is new or = rewritten for new functions. With best regards, Dick Stins ---- Original Message -----=20 From: Daintrees=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 8:48 PM Subject: Re: [Web-erp-developers] po tidy up I tried to remove punctuation - only at the end of sentences and broke = up strings around html. Notice you did SelectOrderItems.php too - a misson in itself - both = you and Steve did this one! This tidy up is a misson Kitch - good job you seem to have broad = shoulders - and chose to accept it :-) Phil ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 8:17 AM Subject: Re: [Web-erp-developers] po tidy up For me, the second option is better. Consider something like '<BR>ERROR ! The code could not be found. Please re-enter the GL = reference' and '<BR>ERROR ! The code could not be found. Please re-enter the = customer code' 'ERROR' and 'The code could not be found' are common phrases that = are scattered throughout the application. When split up as suggested, = only one instance of the text 'ERROR' and the text 'The code could not = be found' are needed in the .po file. Also, the current .po file is approaching 400K in size, so any = consolidation to reduce this should be considered A Good Thing (tm) :-) Kitch On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: =EF=BB=BF=20 Although I stuck to the majority of these recommendations I would = have one question. What about punctuation within a string. e.g. =20 '<BR> The code could not be found. Please verify and re-enter.' =20 What about that period and space in the middle? Should it be =20 '<BR> ' . _('The code could not be found. Please verify and = re-enter') . '.' =20 or =20 '<BR> ' . _('The code could not be found') . '. ' . _('Please = verify and re-enter') . '.' =20 Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 1:48 PM Subject: Re: [Web-erp-developers] po tidy up OK, I've had a look at all this stuff and here's the low-down = .... As Phil says, things are somewhat messy with duplicate = definitions, bits of puctuation, bits of HTML and the like in the text = strings. I will go through all the existing modules and bash it into a = more consistent form (I must be mad ...). Can I request that when you put _() strings in your code you=20 do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into pieces do not put punctuation in the string - again, break it up = into pieces be consistent about case I've made a web page to help with translating (default on the = left, your translation on the right) which I will send in when it looks = a bit prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 OK Kitch I got a lot of this in now - need to go back and do some double = checking though - Jesse just sent SpecialOrder.php which missed the cut = - its=20 bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course=20 Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it = was=20 which may be useful: > > I started translating web erp in italian, but realized that = messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable = encoding > > name. > > Message conversion to user's charset = might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset = might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily = translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function = wherever=20 possible - this does mean there is one common way for displaying = messages and=20 we can muck about with the formats as we like - it is pretty rudimentary = but=20 I like the idea of some kind of standardisation of messages. Many echo=20 statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely = indented=20 too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before = FROM.=20 WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have = the=20 code anyway you like - but I try to modify it to comply with that=20 Contributing.txt doc before committing to CVS. WE DID IT! |
From: Steve K. <s.k...@bu...> - 2004-11-19 10:19:01
|
Interesting points. I have seen various implementations along these lines - phpgroupware/eGroupware use table based translations and have a lang function that does the lookup. There is also a string parser to insert data variables at the appropriate points in the string. This does have the advantage of dealing very nicely with variations in grammatical constructs. The trade-off is in database access - it is guaranteed that every page load will have to access the db tables for its textual content. With a system like web-ERP the db engine will be hyperactive anyway and disk access is the most probable bottleneck. If we store screen text in the db as well, this will adversely affect the performance. Of course, if fiber-channel RAID arrays were cheap, this would be the way to go ... :-) Kitch On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com wrote: > I know it is late, but better late then never. You're example > refreshed my memory. > =20 > In several development standards and projects, I was used to have an > error/warning/information message coding system. > =20 > Every message should have it's own unique code/number followed with > the text. I could happen that at different places in the code appears > the same message like: "Wrong Code Entered". > =20 > In the system it would be coded with a function like: > display_message(=20 > 'E' , //E=3Dmessage type Error > 'A', //A=3Dabort script or I=3Dinformational or > W=3Dwarning > 'WE001' ); // Wrong code Entered > =20 > At another error situation: > display_message(=20 > 'E' , //E=3Dmessage type Error, I=3DInformational, > W=3Dwarning, ... > 'A', //A=3Dabort script or C=3DContinue or ... > 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe messag= e > number > =20 > The function will fetch the message based at the unique code (like > 'WE002' ) and does what it should do.=20 > =20 > Both messages are the same, but the only difference is the exact place > in a script where it is raised from. > =20 > When you find the exact message for more then one unique code, then > there are a few reasons why this happens: > - the message is not detailed enough > - it is coded inefficient, because the same code is repeated at > several places, while a function/procedure is able to prevent this > and ...... so it helps to increase the quality of the program. > - it increases performance (but I have never seen a good example of > this) > =20 > Where do you store the messages? Normally in a table, so it would be > easy to update the messages without changing the source. An extra > column could be entered to implement multilanguage for messages like > these. May be are their other good implementation methods. > =20 > When you display also the unique code, then you will always be able > very easily to find the exact line in a script where the error is > raised from. That's very handy for debugging and answering questions > of end-users. > =20 > Sometimes, you need to be able to show parameters in a message like: > "You entered the wrong code: #1 in #2" > =20 > For this we need a function/procedure which allows 2 parameters. > display_message(=20 > 'E' , //E=3Dmessage type Error, I=3DInformational, > W=3Dwarning, ... > 'A', //A=3Dabort script or C=3DContinue or ... > 'WE003', // You entered the wrong code: #1 in #2 WE=3DWeb Erp > 002=3Dthe message number > $code, > 'index.php' ); > =20 > Resume advantages: > - A standardised message system is good for the coding quality > - It is much easier to find the exact script + line where the message > is comming from > - We would be able to update the message without the chance you make > some typo in the script, because there is no need for updating a > script when we need to update a message. > - improves quality, since it shows generic messages are not detailed > enough > - lot's of messages which are equal, tells us that there might be some > code lines be coded twice or more or the message is not detailed > enough. > - ..... > =20 > My suggestions is to do the following steps: > - do we like this? All or only parts of it or nothing? > - how do we want to implement this? Create a message class? And a > table? Or use the translation package? Or ... > - there is no need to rewrite all scripts. I would be good enough > when we use a message system like this for all coding which is new or > rewritten for new functions. > =20 > With best regards, > =20 > Dick Stins > ---- Original Message -----=20 >=20 > From: Daintrees=20 > To: web...@li...=20 > Sent: Thursday, November 18, 2004 8:48 PM > Subject: Re: [Web-erp-developers] po tidy up > =20 > =20 > I tried to remove punctuation - only at the end of sentences > and broke up strings around html. > Notice you did SelectOrderItems.php too - a misson in itself - > both you and Steve did this one! > =20 > This tidy up is a misson Kitch - good job you seem to have > broad shoulders - and chose to accept it :-) > =20 > Phil > =20 > ----- Original Message -----=20 > From: Steve Kitchen=20 > To: web...@li...=20 > Sent: Friday, November 19, 2004 8:17 AM > Subject: Re: [Web-erp-developers] po tidy up > =20 > =20 > For me, the second option is better. Consider > something like > =20 > '<BR>ERROR ! The code could not be found. Please > re-enter the GL reference' > =20 > and > =20 > '<BR>ERROR ! The code could not be found. Please > re-enter the customer code' > =20 > =20 > 'ERROR' and 'The code could not be found' are common > phrases that are scattered throughout the application. > When split up as suggested, only one instance of the > text 'ERROR' and the text 'The code could not be > found' are needed in the .po file. > =20 > Also, the current .po file is approaching 400K in > size, so any consolidation to reduce this should be > considered A Good Thing (tm) :-) > =20 > =20 > Kitch > =20 > =20 > =20 > On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: > =20 > > =EF=BB=BF=20 > > Although I stuck to the majority of these > > recommendations I would have one question. What > > about punctuation within a string. e.g. > > =20 > > '<BR> The code could not be found. Please verify and > > re-enter.' > > =20 > > What about that period and space in the middle? > > Should it be > > =20 > > '<BR> ' . _('The code could not be found. Please > > verify and re-enter') . '.' > > =20 > > or > > =20 > > '<BR> ' . _('The code could not be found') . '. ' . > > _('Please verify and re-enter') . '.' > > =20 > > Steve > >=20 > > ----- Original Message -----=20 > > From: Steve Kitchen=20 > > To: > > web...@li...=20 > > Sent: Thursday, November 18, 2004 1:48 PM > > Subject: Re: [Web-erp-developers] po tidy up > > =20 > > =20 > > OK, I've had a look at all this stuff and > > here's the low-down .... > > =20 > > =20 > > As Phil says, things are somewhat messy with > > duplicate definitions, bits of puctuation, > > bits of HTML and the like in the text > > strings. > > =20 > > I will go through all the existing modules > > and bash it into a more consistent form (I > > must be mad ...). > > =20 > > =20 > > Can I request that when you put _() strings > > in your code you=20 > > =20 > > do not put spaces at the start or end of > > the string > > do not put HTML tags in the string - > > break it up into pieces > > do not put punctuation in the string - > > again, break it up into pieces > > be consistent about case > > =20 > > =20 > > I've made a web page to help with > > translating (default on the left, your > > translation on the right) which I will send > > in when it looks a bit prettier :-) > > =20 > > =20 > > Catch y'all later ... > > =20 > > Kitch > > =20 > > On Fri, 2004-11-19 at 11:00 +1300, Phil > > Daintree wrote: =20 > > =20 > > > OK Kitch I got a lot of this in now - need = to go back and do some double=20 > > > checking though - Jesse just sent SpecialOr= der.php which missed the cut - its=20 > > > bed time here - can here knocking on the wa= ll telling me to knock off!! > > >=20 > > > Checking in CreditStatus.php; > > > Checking in CustomerAllocations.php; > > > Checking in CustomerBranches.php; > > > Checking in DeliveryDetails.php; > > > Checking in DiscountCategories.php; > > > Checking in DiscountMatrix.php; > > > Checking in Logout.php; > > > Checking in SelectOrderItems.php; > > > Checking in ShipmentCosting.php; > > > Checking in Shipments.php; > > > Checking in Shippers.php; > > > Checking in Shipt_Select.php; > > > Checking in ShiptsList.php; > > > Checking in StockStatus.php; > > > Checking in SuppCreditGRNs.php; > > > Checking in SuppInvGLAnalysis.php; > > > Checking in SuppPaymentRun.php; > > > Checking in SuppShiptChgs.php; > > > Checking in SuppTransGLAnalysis.php; > > > Checking in SupplierAllocations.php; > > > Checking in SupplierContacts.php; > > > Checking in SupplierCredit.php; > > > Checking in SupplierInquiry.php; > > > Checking in SupplierInvoice.php; > > > Checking in Suppliers.php; > > >=20 > > > quite a flourish to finish on..... > > >=20 > > > and of course=20 > > > Checking in locale/en/LC_MESSAGES/messages.= po; > > >=20 > > >=20 > > > Worried about introducing bugs with such a = lot at break neck speed. > > > I re-ran xgettext to update messages.po > > >=20 > > >=20 > > > An Italian chap contacted me spelling out d= uplications in the .po as it was=20 > > > which may be useful: > > >=20 > > > > > I started translating web erp in italia= n, but realized that messages.po > > > > > in italian is not complete > > > > > > > > > > even *.po in english seem not perfect e= ither: > > > > > > > > > > ---------------------------------------= ----------------------------- > > > > > bash-2.05b$ msgfmt *.po > > > > > msgfmt: index.po: warning: Charset "CHA= RSET" is not a portable encoding > > > > > name. > > > > > Message conv= ersion to user's charset might > > > > > not work. > > > > > msgfmt: messages.po: warning: Charset "= CHARSET" is not a portable > > > > > encoding name. > > > > > Message c= onversion to user's charset might > > > > > not work. > > > > > messages.po:7: duplicate message defini= tion > > > > > index.po:8: ...this is the location of = the first definition > > > > > messages.po:20: duplicate message defin= ition > > > > > index.po:418: ...this is the location o= f the first definition > > > > > messages.po:844: duplicate message defi= nition > > > > > index.po:414: ...this is the location o= f the first definition > > > > > messages.po:1165: duplicate message def= inition > > > > > index.po:293: ...this is the location o= f the first definition > > > > > messages.po:1800: duplicate message def= inition > > > > > index.po:29: ...this is the location of= the first definition > > > > > messages.po:3793: duplicate message def= inition > > > > > index.po:410: ...this is the location o= f the first definition > > > > > messages.po:3849: duplicate message def= inition > > > > > index.po:378: ...this is the location o= f the first definition > > > > > messages.po:4087: duplicate message def= inition > > > > > index.po:390: ...this is the location o= f the first definition > > > > > messages.po:4410: duplicate message def= inition > > > > > index.po:209: ...this is the location o= f the first definition > > > > > messages.po:5518: duplicate message def= inition > > > > > index.po:149: ...this is the location o= f the first definition > > > > > messages.po:6958: duplicate message def= inition > > > > > index.po:189: ...this is the location o= f the first definition > > > > > messages.po:7683: duplicate message def= inition > > > > > index.po:153: ...this is the location o= f the first definition > > > > > messages.po:9314: duplicate message def= inition > > > > > index.po:21: ...this is the location of= the first definition > > > > > messages.po:9326: duplicate message def= inition > > > > > index.po:257: ...this is the location o= f the first definition > > > > > messages.po:9368: duplicate message def= inition > > > > > index.po:265: ...this is the location o= f the first definition > > > > > messages.po:9641: duplicate message def= inition > > > > > index.po:25: ...this is the location of= the first definition > > > > > messages.po:9649: duplicate message def= inition > > > > > index.po:33: ...this is the location of= the first definition > > > > > messages.po:9653: duplicate message def= inition > > > > > index.po:37: ...this is the location of= the first definition > > > > > messages.po:9657: duplicate message def= inition > > > > > index.po:41: ...this is the location of= the first definition > > > > > messages.po:9661: duplicate message def= inition > > > > > msgfmt: too many errors, aborting > > > > > ---------------------------------------= ------------------------ > > > > > > > > > > if you can provide a valid/updated mess= ages.po I will happily translate > > > > > it in italian > > > > > > > > > > bye > > > > > > > > > > xlyz > > >=20 > > >=20 > > > A few minor points men - I'm trying to use = Jesse's prnMsg function wherever=20 > > > possible - this does mean there is one comm= on way for displaying messages and=20 > > > we can muck about with the formats as we li= ke - it is pretty rudimentary but=20 > > > I like the idea of some kind of standardisa= tion of messages. Many echo=20 > > > statements can lose the <BR> and slot into = a prnMsg instead. > > >=20 > > > I am probably slightly autistic in my zeal = for having the code nicely indented=20 > > > too - I tend to break after </TD> so the ne= xt line starts on a <TD> > > > HTML in CAPS ideally. SQL broken up field b= y field line breaks before FROM.=20 > > > WHERE, AND, GROUP BY, ORDER BY > > >=20 > > > All very picky stuff - dont bother if you d= ont want to I happy to have the=20 > > > code anyway you like - but I try to modify = it to comply with that=20 > > > Contributing.txt doc before committing to C= VS. > > >=20 > > > WE DID IT! > > >=20 |
From: Steve K. <sk...@ro...> - 2004-11-19 11:23:28
|
Ha! If 'WE001' was instead WE001 it could be a constant/variable. In = that case the constant names would be in the display_messages instead of = the actual strings and the constant strings could be all together. = Either way though, you start losing much of the context in terms of = understanding and coding. You end up having to jump around quite a bit = to figure out whether the string(s) or parts of string(s) in = multilanguage make sense currently. I'm thinking in a way gettext strives to avoid this lack of context with = its implementation and tools. Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 5:18 AM Subject: Re: [Web-erp-developers] po tidy up Interesting points. I have seen various implementations along these lines - = phpgroupware/eGroupware use table based translations and have a lang = function that does the lookup. There is also a string parser to insert = data variables at the appropriate points in the string. This does have = the advantage of dealing very nicely with variations in grammatical = constructs. The trade-off is in database access - it is guaranteed that every page = load will have to access the db tables for its textual content. With a system like web-ERP the db engine will be hyperactive anyway = and disk access is the most probable bottleneck. If we store screen text = in the db as well, this will adversely affect the performance. Of course, if fiber-channel RAID arrays were cheap, this would be the = way to go ... :-) Kitch On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com wrote: I know it is late, but better late then never. You're example = refreshed my memory. =20 In several development standards and projects, I was used to have an = error/warning/information message coding system. =20 Every message should have it's own unique code/number followed with = the text. I could happen that at different places in the code appears = the same message like: "Wrong Code Entered". =20 In the system it would be coded with a function like: display_message(=20 'E' , //E=3Dmessage type Error 'A', //A=3Dabort script or I=3Dinformational or = W=3Dwarning 'WE001' ); // Wrong code Entered =20 At another error situation: display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or ... 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe = message number =20 The function will fetch the message based at the unique code (like = 'WE002' ) and does what it should do.=20 =20 Both messages are the same, but the only difference is the exact = place in a script where it is raised from. =20 When you find the exact message for more then one unique code, then = there are a few reasons why this happens: - the message is not detailed enough - it is coded inefficient, because the same code is repeated at = several places, while a function/procedure is able to prevent this and = ...... so it helps to increase the quality of the program. - it increases performance (but I have never seen a good example of = this) =20 Where do you store the messages? Normally in a table, so it would be = easy to update the messages without changing the source. An extra column = could be entered to implement multilanguage for messages like these. May = be are their other good implementation methods. =20 When you display also the unique code, then you will always be able = very easily to find the exact line in a script where the error is raised = from. That's very handy for debugging and answering questions of = end-users. =20 Sometimes, you need to be able to show parameters in a message like: "You entered the wrong code: #1 in #2" =20 For this we need a function/procedure which allows 2 parameters. display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or ... 'WE003', // You entered the wrong code: #1 in #2 WE=3DWeb = Erp 002=3Dthe message number $code, 'index.php' ); =20 Resume advantages: - A standardised message system is good for the coding quality - It is much easier to find the exact script + line where the = message is comming from - We would be able to update the message without the chance you make = some typo in the script, because there is no need for updating a script = when we need to update a message. - improves quality, since it shows generic messages are not = detailed enough - lot's of messages which are equal, tells us that there might be = some code lines be coded twice or more or the message is not detailed = enough. - ..... =20 My suggestions is to do the following steps: - do we like this? All or only parts of it or nothing? - how do we want to implement this? Create a message class? And a = table? Or use the translation package? Or ... - there is no need to rewrite all scripts. I would be good enough = when we use a message system like this for all coding which is new or = rewritten for new functions. =20 With best regards, =20 Dick Stins ---- Original Message -----=20 From: Daintrees=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 8:48 PM Subject: Re: [Web-erp-developers] po tidy up I tried to remove punctuation - only at the end of sentences and = broke up strings around html. Notice you did SelectOrderItems.php too - a misson in itself - = both you and Steve did this one! =20 This tidy up is a misson Kitch - good job you seem to have broad = shoulders - and chose to accept it :-) =20 Phil ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 8:17 AM Subject: Re: [Web-erp-developers] po tidy up For me, the second option is better. Consider something like '<BR>ERROR ! The code could not be found. Please re-enter the GL = reference' and '<BR>ERROR ! The code could not be found. Please re-enter the = customer code' 'ERROR' and 'The code could not be found' are common phrases = that are scattered throughout the application. When split up as = suggested, only one instance of the text 'ERROR' and the text 'The code = could not be found' are needed in the .po file. Also, the current .po file is approaching 400K in size, so any = consolidation to reduce this should be considered A Good Thing (tm) :-) Kitch On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: =EF=BB=BF=20 Although I stuck to the majority of these recommendations I = would have one question. What about punctuation within a string. e.g. =20 '<BR> The code could not be found. Please verify and = re-enter.' =20 What about that period and space in the middle? Should it be =20 '<BR> ' . _('The code could not be found. Please verify and = re-enter') . '.' =20 or =20 '<BR> ' . _('The code could not be found') . '. ' . _('Please = verify and re-enter') . '.' =20 Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 1:48 PM Subject: Re: [Web-erp-developers] po tidy up OK, I've had a look at all this stuff and here's the = low-down .... As Phil says, things are somewhat messy with duplicate = definitions, bits of puctuation, bits of HTML and the like in the text = strings. I will go through all the existing modules and bash it into = a more consistent form (I must be mad ...). Can I request that when you put _() strings in your code you = do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into = pieces do not put punctuation in the string - again, break it = up into pieces be consistent about case I've made a web page to help with translating (default on = the left, your translation on the right) which I will send in when it = looks a bit prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 OK Kitch I got a lot of this in now - need to go back and do some double = checking though - Jesse just sent SpecialOrder.php which missed the cut = - its=20 bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course=20 Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it = was=20 which may be useful: > > I started translating web erp in italian, but realized that = messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable = encoding > > name. > > Message conversion to user's charset = might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset = might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily = translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function = wherever=20 possible - this does mean there is one common way for displaying = messages and=20 we can muck about with the formats as we like - it is pretty rudimentary = but=20 I like the idea of some kind of standardisation of messages. Many echo=20 statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely = indented=20 too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before = FROM.=20 WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have = the=20 code anyway you like - but I try to modify it to comply with that=20 Contributing.txt doc before committing to CVS. WE DID IT! |
From: Zion-IT S. www.Zion-IT.c. <Zio...@ti...> - 2004-11-19 23:45:44
|
yes, we are losing some of the understanding, but a short comment would = prevent this like in the example. We get some extra quality in return = for it. (standardised error handling, .....) You're thoughts (using constants and/or use gettext for multilanguage+0) = might be very interesting for implementing this. Display_message procedure will be so often used that it enrich the = coding to be easier to understand and faster to read, since it will be = used everywhere where appropriate. With best regards, Dick Stins ----- Original Message -----=20 From: Steve Kaill=20 To: web...@li...=20 Sent: Friday, November 19, 2004 12:24 PM Subject: Re: [Web-erp-developers] po tidy up Ha! If 'WE001' was instead WE001 it could be a constant/variable. In = that case the constant names would be in the display_messages instead of = the actual strings and the constant strings could be all together. = Either way though, you start losing much of the context in terms of = understanding and coding. You end up having to jump around quite a bit = to figure out whether the string(s) or parts of string(s) in = multilanguage make sense currently. I'm thinking in a way gettext strives to avoid this lack of context = with its implementation and tools. Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 5:18 AM Subject: Re: [Web-erp-developers] po tidy up Interesting points. I have seen various implementations along these lines - = phpgroupware/eGroupware use table based translations and have a lang = function that does the lookup. There is also a string parser to insert = data variables at the appropriate points in the string. This does have = the advantage of dealing very nicely with variations in grammatical = constructs. The trade-off is in database access - it is guaranteed that every = page load will have to access the db tables for its textual content. With a system like web-ERP the db engine will be hyperactive anyway = and disk access is the most probable bottleneck. If we store screen text = in the db as well, this will adversely affect the performance. Of course, if fiber-channel RAID arrays were cheap, this would be = the way to go ... :-) Kitch On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com = wrote: I know it is late, but better late then never. You're example = refreshed my memory. =20 In several development standards and projects, I was used to have = an error/warning/information message coding system. =20 Every message should have it's own unique code/number followed = with the text. I could happen that at different places in the code = appears the same message like: "Wrong Code Entered". =20 In the system it would be coded with a function like: display_message(=20 'E' , //E=3Dmessage type Error 'A', //A=3Dabort script or I=3Dinformational = or W=3Dwarning 'WE001' ); // Wrong code Entered =20 At another error situation: display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or = ... 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe = message number =20 The function will fetch the message based at the unique code = (like 'WE002' ) and does what it should do.=20 =20 Both messages are the same, but the only difference is the exact = place in a script where it is raised from. =20 When you find the exact message for more then one unique code, = then there are a few reasons why this happens: - the message is not detailed enough - it is coded inefficient, because the same code is repeated at = several places, while a function/procedure is able to prevent this and = ...... so it helps to increase the quality of the program. - it increases performance (but I have never seen a good example = of this) =20 Where do you store the messages? Normally in a table, so it would = be easy to update the messages without changing the source. An extra = column could be entered to implement multilanguage for messages like = these. May be are their other good implementation methods. =20 When you display also the unique code, then you will always be = able very easily to find the exact line in a script where the error is = raised from. That's very handy for debugging and answering questions of = end-users. =20 Sometimes, you need to be able to show parameters in a message = like: "You entered the wrong code: #1 in #2" =20 For this we need a function/procedure which allows 2 parameters. display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or = ... 'WE003', // You entered the wrong code: #1 in #2 = WE=3DWeb Erp 002=3Dthe message number $code, 'index.php' ); =20 Resume advantages: - A standardised message system is good for the coding quality - It is much easier to find the exact script + line where the = message is comming from - We would be able to update the message without the chance you = make some typo in the script, because there is no need for updating a = script when we need to update a message. - improves quality, since it shows generic messages are not = detailed enough - lot's of messages which are equal, tells us that there might be = some code lines be coded twice or more or the message is not detailed = enough. - ..... =20 My suggestions is to do the following steps: - do we like this? All or only parts of it or nothing? - how do we want to implement this? Create a message class? And a = table? Or use the translation package? Or ... - there is no need to rewrite all scripts. I would be good enough = when we use a message system like this for all coding which is new or = rewritten for new functions. =20 With best regards, =20 Dick Stins ---- Original Message -----=20 From: Daintrees=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 8:48 PM Subject: Re: [Web-erp-developers] po tidy up I tried to remove punctuation - only at the end of sentences and = broke up strings around html. Notice you did SelectOrderItems.php too - a misson in itself - = both you and Steve did this one! =20 This tidy up is a misson Kitch - good job you seem to have broad = shoulders - and chose to accept it :-) =20 Phil ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 8:17 AM Subject: Re: [Web-erp-developers] po tidy up For me, the second option is better. Consider something like '<BR>ERROR ! The code could not be found. Please re-enter the = GL reference' and '<BR>ERROR ! The code could not be found. Please re-enter the = customer code' 'ERROR' and 'The code could not be found' are common phrases = that are scattered throughout the application. When split up as = suggested, only one instance of the text 'ERROR' and the text 'The code = could not be found' are needed in the .po file. Also, the current .po file is approaching 400K in size, so any = consolidation to reduce this should be considered A Good Thing (tm) :-) Kitch On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: =EF=BB=BF=20 Although I stuck to the majority of these recommendations I = would have one question. What about punctuation within a string. e.g. =20 '<BR> The code could not be found. Please verify and = re-enter.' =20 What about that period and space in the middle? Should it = be =20 '<BR> ' . _('The code could not be found. Please verify and = re-enter') . '.' =20 or =20 '<BR> ' . _('The code could not be found') . '. ' . = _('Please verify and re-enter') . '.' =20 Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 1:48 PM Subject: Re: [Web-erp-developers] po tidy up OK, I've had a look at all this stuff and here's the = low-down .... As Phil says, things are somewhat messy with duplicate = definitions, bits of puctuation, bits of HTML and the like in the text = strings. I will go through all the existing modules and bash it = into a more consistent form (I must be mad ...). Can I request that when you put _() strings in your code = you=20 do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into = pieces do not put punctuation in the string - again, break it = up into pieces be consistent about case I've made a web page to help with translating (default on = the left, your translation on the right) which I will send in when it = looks a bit prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 OK Kitch I got a lot of this in now - need to go back and do some double = checking though - Jesse just sent SpecialOrder.php which missed the cut = - its=20 bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course=20 Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it = was=20 which may be useful: > > I started translating web erp in italian, but realized that = messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable = encoding > > name. > > Message conversion to user's charset = might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset = might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily = translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function = wherever=20 possible - this does mean there is one common way for displaying = messages and=20 we can muck about with the formats as we like - it is pretty rudimentary = but=20 I like the idea of some kind of standardisation of messages. Many echo=20 statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely = indented=20 too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before = FROM.=20 WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have = the=20 code anyway you like - but I try to modify it to comply with that=20 Contributing.txt doc before committing to CVS. WE DID IT! |
From: Phil D. <we...@pa...> - 2004-11-20 02:05:12
|
There are always a multitude of other methods for "skining a cat" ultimatel= y=20 my thinking is that we can have relatively standardised messages using=20 Jesse's prnMsg function with options for error, warn, success, info.=20 =46or your proposal Dick, in my view the cost benefit is too heavily weight= ed in=20 the cost side in terms of re-development effort for insufficient benefit. I= =20 would rather put my effort into manufacturing functionality and have=20 something great to show for it. If we used Jesse's prnMsg function througho= ut=20 I would be most comfortable with the quality and consistency of the code -= =20 unfortunately there are places where prnMsg is still not used. Also, as previously noted several times I am a firm believer - perhaps=20 contrary to theory - in having the message text interspersed with the code= =20 to aid in code readability. Always appreciate your experience and input though Dick. Phil On Saturday 20 November 2004 12:50, Zion-IT Shop www.Zion-IT.com wrote: > yes, we are losing some of the understanding, but a short comment would > prevent this like in the example. We get some extra quality in return for > it. (standardised error handling, .....) > > You're thoughts (using constants and/or use gettext for multilanguage+0) > might be very interesting for implementing this. > > Display_message procedure will be so often used that it enrich the coding > to be easier to understand and faster to read, since it will be used > everywhere where appropriate. > > With best regards, > > Dick Stins > > ----- Original Message ----- > From: Steve Kaill > To: web...@li... > Sent: Friday, November 19, 2004 12:24 PM > Subject: Re: [Web-erp-developers] po tidy up > > > Ha! If 'WE001' was instead WE001 it could be a constant/variable. In > that case the constant names would be in the display_messages instead of > the actual strings and the constant strings could be all together. Either > way though, you start losing much of the context in terms of understanding > and coding. You end up having to jump around quite a bit to figure out > whether the string(s) or parts of string(s) in multilanguage make sense > currently. > > I'm thinking in a way gettext strives to avoid this lack of context with > its implementation and tools. > > Steve > ----- Original Message ----- > From: Steve Kitchen > To: web...@li... > Sent: Friday, November 19, 2004 5:18 AM > Subject: Re: [Web-erp-developers] po tidy up > > > Interesting points. > > I have seen various implementations along these lines - > phpgroupware/eGroupware use table based translations and have a lang > function that does the lookup. There is also a string parser to insert da= ta > variables at the appropriate points in the string. This does have the > advantage of dealing very nicely with variations in grammatical construct= s. > > The trade-off is in database access - it is guaranteed that every page > load will have to access the db tables for its textual content. > > With a system like web-ERP the db engine will be hyperactive anyway a= nd > disk access is the most probable bottleneck. If we store screen text in t= he > db as well, this will adversely affect the performance. > > Of course, if fiber-channel RAID arrays were cheap, this would be the > way to go ... :-) > > > Kitch > > > On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com wrote: > > I know it is late, but better late then never. You're example > refreshed my memory. > > In several development standards and projects, I was used to have an > error/warning/information message coding system. > > Every message should have it's own unique code/number followed with > the text. I could happen that at different places in the code appears the > same message like: "Wrong Code Entered". > > In the system it would be coded with a function like: > display_message( > 'E' , //E=3Dmessage type Error > 'A', //A=3Dabort script or I=3Dinformational or > W=3Dwarning 'WE001' ); // Wrong code Entered > > At another error situation: > display_message( > 'E' , //E=3Dmessage type Error, I=3DInformatio= nal, > W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContin= ue or > ... 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe message > number > > The function will fetch the message based at the unique code (like > 'WE002' ) and does what it should do. > > Both messages are the same, but the only difference is the exact > place in a script where it is raised from. > > When you find the exact message for more then one unique code, then > there are a few reasons why this happens: - the message is not detailed > enough > - it is coded inefficient, because the same code is repeated at > several places, while a function/procedure is able to prevent this and > ...... so it helps to increase the quality of the program. - it increases > performance (but I have never seen a good example of this) > > Where do you store the messages? Normally in a table, so it would be > easy to update the messages without changing the source. An extra column > could be entered to implement multilanguage for messages like these. May = be > are their other good implementation methods. > > When you display also the unique code, then you will always be able > very easily to find the exact line in a script where the error is raised > from. That's very handy for debugging and answering questions of end-user= s. > > Sometimes, you need to be able to show parameters in a message like: > "You entered the wrong code: #1 in #2" > > For this we need a function/procedure which allows 2 parameters. > display_message( > 'E' , //E=3Dmessage type Error, I=3DInformatio= nal, > W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContin= ue or > ... 'WE003', // You entered the wrong code: #1 in #2 WE=3DWeb Erp > 002=3Dthe message number $code, > 'index.php' ); > > Resume advantages: > - A standardised message system is good for the coding quality > - It is much easier to find the exact script + line where the messa= ge > is comming from - We would be able to update the message without the chan= ce > you make some typo in the script, because there is no need for updating a > script when we need to update a message. - improves quality, since it > shows generic messages are not detailed enough - lot's of messages which > are equal, tells us that there might be some code lines be coded twice or > more or the message is not detailed enough. - ..... > > My suggestions is to do the following steps: > - do we like this? All or only parts of it or nothing? > - how do we want to implement this? Create a message class? And a > table? Or use the translation package? Or ... - there is no need to > rewrite all scripts. I would be good enough when we use a message system > like this for all coding which is new or rewritten for new functions. > > With best regards, > > Dick Stins > ---- Original Message ----- > > From: Daintrees > To: web...@li... > Sent: Thursday, November 18, 2004 8:48 PM > Subject: Re: [Web-erp-developers] po tidy up > > > I tried to remove punctuation - only at the end of sentences and > broke up strings around html. Notice you did SelectOrderItems.php too - a > misson in itself - both you and Steve did this one! > > This tidy up is a misson Kitch - good job you seem to have broad > shoulders - and chose to accept it :-) > > Phil > > ----- Original Message ----- > From: Steve Kitchen > To: web...@li... > Sent: Friday, November 19, 2004 8:17 AM > Subject: Re: [Web-erp-developers] po tidy up > > > For me, the second option is better. Consider something like > > '<BR>ERROR ! The code could not be found. Please re-enter the GL > reference' > > and > > '<BR>ERROR ! The code could not be found. Please re-enter the > customer code' > > > 'ERROR' and 'The code could not be found' are common phrases th= at > are scattered throughout the application. When split up as suggested, only > one instance of the text 'ERROR' and the text 'The code could not be foun= d' > are needed in the .po file. > > Also, the current .po file is approaching 400K in size, so any > consolidation to reduce this should be considered A Good Thing (tm) :-) > > > Kitch > > > > On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: > > =EF=BB=BF > Although I stuck to the majority of these recommendations I > would have one question. What about punctuation within a string. e.g. > > '<BR> The code could not be found. Please verify and re-enter= =2E' > > What about that period and space in the middle? Should it be > > '<BR> ' . _('The code could not be found. Please verify and > re-enter') . '.' > > or > > '<BR> ' . _('The code could not be found') . '. ' . _('Please > verify and re-enter') . '.' > > Steve > > ----- Original Message ----- > From: Steve Kitchen > To: web...@li... > Sent: Thursday, November 18, 2004 1:48 PM > Subject: Re: [Web-erp-developers] po tidy up > > > OK, I've had a look at all this stuff and here's the low-do= wn > .... > > > As Phil says, things are somewhat messy with duplicate > definitions, bits of puctuation, bits of HTML and the like in the text > strings. > > I will go through all the existing modules and bash it into= a > more consistent form (I must be mad ...). > > > Can I request that when you put _() strings in your code you > > do not put spaces at the start or end of the string > do not put HTML tags in the string - break it up into > pieces do not put punctuation in the string - again, break it up into > pieces be consistent about case > > > I've made a web page to help with translating (default on t= he > left, your translation on the right) which I will send in when it looks a > bit prettier :-) > > > Catch y'all later ... > > Kitch > > On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote: > OK Kitch I got a lot of this in now - need to go back and do some double > checking though - Jesse just sent SpecialOrder.php which missed the cut - > its bed time here - can here knocking on the wall telling me to knock off= !! > > Checking in CreditStatus.php; > Checking in CustomerAllocations.php; > Checking in CustomerBranches.php; > Checking in DeliveryDetails.php; > Checking in DiscountCategories.php; > Checking in DiscountMatrix.php; > Checking in Logout.php; > Checking in SelectOrderItems.php; > Checking in ShipmentCosting.php; > Checking in Shipments.php; > Checking in Shippers.php; > Checking in Shipt_Select.php; > Checking in ShiptsList.php; > Checking in StockStatus.php; > Checking in SuppCreditGRNs.php; > Checking in SuppInvGLAnalysis.php; > Checking in SuppPaymentRun.php; > Checking in SuppShiptChgs.php; > Checking in SuppTransGLAnalysis.php; > Checking in SupplierAllocations.php; > Checking in SupplierContacts.php; > Checking in SupplierCredit.php; > Checking in SupplierInquiry.php; > Checking in SupplierInvoice.php; > Checking in Suppliers.php; > > quite a flourish to finish on..... > > and of course > Checking in locale/en/LC_MESSAGES/messages.po; > > > Worried about introducing bugs with such a lot at break neck speed. > I re-ran xgettext to update messages.po > > > An Italian chap contacted me spelling out duplications in the .po as it w= as > > which may be useful: > > > I started translating web erp in italian, but realized that messages.= po > > > in italian is not complete > > > > > > even *.po in english seem not perfect either: > > > > > > -------------------------------------------------------------------- > > > bash-2.05b$ msgfmt *.po > > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable encodi= ng > > > name. > > > Message conversion to user's charset might > > > not work. > > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > > encoding name. > > > Message conversion to user's charset > > > might not work. > > > messages.po:7: duplicate message definition > > > index.po:8: ...this is the location of the first definition > > > messages.po:20: duplicate message definition > > > index.po:418: ...this is the location of the first definition > > > messages.po:844: duplicate message definition > > > index.po:414: ...this is the location of the first definition > > > messages.po:1165: duplicate message definition > > > index.po:293: ...this is the location of the first definition > > > messages.po:1800: duplicate message definition > > > index.po:29: ...this is the location of the first definition > > > messages.po:3793: duplicate message definition > > > index.po:410: ...this is the location of the first definition > > > messages.po:3849: duplicate message definition > > > index.po:378: ...this is the location of the first definition > > > messages.po:4087: duplicate message definition > > > index.po:390: ...this is the location of the first definition > > > messages.po:4410: duplicate message definition > > > index.po:209: ...this is the location of the first definition > > > messages.po:5518: duplicate message definition > > > index.po:149: ...this is the location of the first definition > > > messages.po:6958: duplicate message definition > > > index.po:189: ...this is the location of the first definition > > > messages.po:7683: duplicate message definition > > > index.po:153: ...this is the location of the first definition > > > messages.po:9314: duplicate message definition > > > index.po:21: ...this is the location of the first definition > > > messages.po:9326: duplicate message definition > > > index.po:257: ...this is the location of the first definition > > > messages.po:9368: duplicate message definition > > > index.po:265: ...this is the location of the first definition > > > messages.po:9641: duplicate message definition > > > index.po:25: ...this is the location of the first definition > > > messages.po:9649: duplicate message definition > > > index.po:33: ...this is the location of the first definition > > > messages.po:9653: duplicate message definition > > > index.po:37: ...this is the location of the first definition > > > messages.po:9657: duplicate message definition > > > index.po:41: ...this is the location of the first definition > > > messages.po:9661: duplicate message definition > > > msgfmt: too many errors, aborting > > > --------------------------------------------------------------- > > > > > > if you can provide a valid/updated messages.po I will happily transla= te > > > it in italian > > > > > > bye > > > > > > xlyz > > A few minor points men - I'm trying to use Jesse's prnMsg function wherev= er > possible - this does mean there is one common way for displaying messages > and we can muck about with the formats as we like - it is pretty > rudimentary but I like the idea of some kind of standardisation of > messages. Many echo statements can lose the <BR> and slot into a prnMsg > instead. > > I am probably slightly autistic in my zeal for having the code nicely > indented too - I tend to break after </TD> so the next line starts on a > <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before > FROM. WHERE, AND, GROUP BY, ORDER BY > > All very picky stuff - dont bother if you dont want to I happy to have the > code anyway you like - but I try to modify it to comply with that > Contributing.txt doc before committing to CVS. > > WE DID IT! =2D-=20 Phil |
From: Stins, D. www.Zion-IT.c. <DR...@Zi...> - 2004-11-20 07:49:28
|
Phil, It is not that heavily weighted to use unique messages codes in prnMSG instead of the current strings and do the translation in the prnMSG functions. prnMsg( _('The company record has not yet been set up</B><BR>From the system setup tab, select company maintenance to enter the company infomation and system preferences','error','CRITICAL PROBLEM') ); Would be then: prnMSG( 'SQLCommonFunctions001', //company record has not been setup 'error', 'CRITICAL PROBLEM' ); Displaying the message should be in prnMSG then: Echo $msg . '_' . getMSG( $msg, $type, $prefix ); + some minor change in getMSG return '<font color="' . $Colour . '"><b>' . $prefix . '</b> : ' . _( $msg ) . '</font>'; We can use a new function prnMSGc with implements this for a smoothly move to this new system. With best regards, Dick Stins ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Saturday, November 20, 2004 3:05 PM Subject: [Web-erp-developers] Standardised messages There are always a multitude of other methods for "skining a cat" ultimately my thinking is that we can have relatively standardised messages using Jesse's prnMsg function with options for error, warn, success, info. For your proposal Dick, in my view the cost benefit is too heavily weighted in the cost side in terms of re-development effort for insufficient benefit. I would rather put my effort into manufacturing functionality and have something great to show for it. If we used Jesse's prnMsg function throughout I would be most comfortable with the quality and consistency of the code - unfortunately there are places where prnMsg is still not used. Also, as previously noted several times I am a firm believer - perhaps contrary to theory - in having the message text interspersed with the code to aid in code readability. Always appreciate your experience and input though Dick. Phil On Saturday 20 November 2004 12:50, Zion-IT Shop www.Zion-IT.com wrote: > yes, we are losing some of the understanding, but a short comment would > prevent this like in the example. We get some extra quality in return for > it. (standardised error handling, .....) > > You're thoughts (using constants and/or use gettext for multilanguage+0) > might be very interesting for implementing this. > > Display_message procedure will be so often used that it enrich the coding > to be easier to understand and faster to read, since it will be used > everywhere where appropriate. > > With best regards, > > Dick Stins > > ----- Original Message ----- > From: Steve Kaill > To: web...@li... > Sent: Friday, November 19, 2004 12:24 PM > Subject: Re: [Web-erp-developers] po tidy up > > > Ha! If 'WE001' was instead WE001 it could be a constant/variable. In > that case the constant names would be in the display_messages instead of > the actual strings and the constant strings could be all together. Either > way though, you start losing much of the context in terms of understanding > and coding. You end up having to jump around quite a bit to figure out > whether the string(s) or parts of string(s) in multilanguage make sense > currently. > > I'm thinking in a way gettext strives to avoid this lack of context with > its implementation and tools. > > Steve > ----- Original Message ----- > From: Steve Kitchen > To: web...@li... > Sent: Friday, November 19, 2004 5:18 AM > Subject: Re: [Web-erp-developers] po tidy up > > > Interesting points. > > I have seen various implementations along these lines - > phpgroupware/eGroupware use table based translations and have a lang > function that does the lookup. There is also a string parser to insert data > variables at the appropriate points in the string. This does have the > advantage of dealing very nicely with variations in grammatical constructs. > > The trade-off is in database access - it is guaranteed that every page > load will have to access the db tables for its textual content. > > With a system like web-ERP the db engine will be hyperactive anyway and > disk access is the most probable bottleneck. If we store screen text in the > db as well, this will adversely affect the performance. > > Of course, if fiber-channel RAID arrays were cheap, this would be the > way to go ... :-) > > > Kitch > > > On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com wrote: > > I know it is late, but better late then never. You're example > refreshed my memory. > > In several development standards and projects, I was used to have an > error/warning/information message coding system. > > Every message should have it's own unique code/number followed with > the text. I could happen that at different places in the code appears the > same message like: "Wrong Code Entered". > > In the system it would be coded with a function like: > display_message( > 'E' , //E=message type Error > 'A', //A=abort script or I=informational or > W=warning 'WE001' ); // Wrong code Entered > > At another error situation: > display_message( > 'E' , //E=message type Error, I=Informational, > W=warning, ... 'A', //A=abort script or C=Continue or > ... 'WE002' ); // Wrong code Entered WE=Web Erp 002=the message > number > > The function will fetch the message based at the unique code (like > 'WE002' ) and does what it should do. > > Both messages are the same, but the only difference is the exact > place in a script where it is raised from. > > When you find the exact message for more then one unique code, then > there are a few reasons why this happens: - the message is not detailed > enough > - it is coded inefficient, because the same code is repeated at > several places, while a function/procedure is able to prevent this and > ...... so it helps to increase the quality of the program. - it increases > performance (but I have never seen a good example of this) > > Where do you store the messages? Normally in a table, so it would be > easy to update the messages without changing the source. An extra column > could be entered to implement multilanguage for messages like these. May be > are their other good implementation methods. > > When you display also the unique code, then you will always be able > very easily to find the exact line in a script where the error is raised > from. That's very handy for debugging and answering questions of end-users. > > Sometimes, you need to be able to show parameters in a message like: > "You entered the wrong code: #1 in #2" > > For this we need a function/procedure which allows 2 parameters. > display_message( > 'E' , //E=message type Error, I=Informational, > W=warning, ... 'A', //A=abort script or C=Continue or > ... 'WE003', // You entered the wrong code: #1 in #2 WE=Web Erp > 002=the message number $code, > 'index.php' ); > > Resume advantages: > - A standardised message system is good for the coding quality > - It is much easier to find the exact script + line where the message > is comming from - We would be able to update the message without the chance > you make some typo in the script, because there is no need for updating a > script when we need to update a message. - improves quality, since it > shows generic messages are not detailed enough - lot's of messages which > are equal, tells us that there might be some code lines be coded twice or > more or the message is not detailed enough. - ..... > > My suggestions is to do the following steps: > - do we like this? All or only parts of it or nothing? > - how do we want to implement this? Create a message class? And a > table? Or use the translation package? Or ... - there is no need to > rewrite all scripts. I would be good enough when we use a message system > like this for all coding which is new or rewritten for new functions. > > With best regards, > > Dick Stins > ---- Original Message ----- > > From: Daintrees > To: web...@li... > Sent: Thursday, November 18, 2004 8:48 PM > Subject: Re: [Web-erp-developers] po tidy up > > > I tried to remove punctuation - only at the end of sentences and > broke up strings around html. Notice you did SelectOrderItems.php too - a > misson in itself - both you and Steve did this one! > > This tidy up is a misson Kitch - good job you seem to have broad > shoulders - and chose to accept it :-) > > Phil > > ----- Original Message ----- > From: Steve Kitchen > To: web...@li... > Sent: Friday, November 19, 2004 8:17 AM > Subject: Re: [Web-erp-developers] po tidy up > > > For me, the second option is better. Consider something like > > '<BR>ERROR ! The code could not be found. Please re-enter the GL > reference' > > and > > '<BR>ERROR ! The code could not be found. Please re-enter the > customer code' > > > 'ERROR' and 'The code could not be found' are common phrases that > are scattered throughout the application. When split up as suggested, only > one instance of the text 'ERROR' and the text 'The code could not be found' > are needed in the .po file. > > Also, the current .po file is approaching 400K in size, so any > consolidation to reduce this should be considered A Good Thing (tm) :-) > > > Kitch > > > > On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: > > > Although I stuck to the majority of these recommendations I > would have one question. What about punctuation within a string. e.g. > > '<BR> The code could not be found. Please verify and re-enter.' > > What about that period and space in the middle? Should it be > > '<BR> ' . _('The code could not be found. Please verify and > re-enter') . '.' > > or > > '<BR> ' . _('The code could not be found') . '. ' . _('Please > verify and re-enter') . '.' > > Steve > > ----- Original Message ----- > From: Steve Kitchen > To: web...@li... > Sent: Thursday, November 18, 2004 1:48 PM > Subject: Re: [Web-erp-developers] po tidy up > > > OK, I've had a look at all this stuff and here's the low-down > .... > > > As Phil says, things are somewhat messy with duplicate > definitions, bits of puctuation, bits of HTML and the like in the text > strings. > > I will go through all the existing modules and bash it into a > more consistent form (I must be mad ...). > > > Can I request that when you put _() strings in your code you > > do not put spaces at the start or end of the string > do not put HTML tags in the string - break it up into > pieces do not put punctuation in the string - again, break it up into > pieces be consistent about case > > > I've made a web page to help with translating (default on the > left, your translation on the right) which I will send in when it looks a > bit prettier :-) > > > Catch y'all later ... > > Kitch > > On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote: > OK Kitch I got a lot of this in now - need to go back and do some double > checking though - Jesse just sent SpecialOrder.php which missed the cut - > its bed time here - can here knocking on the wall telling me to knock off!! > > Checking in CreditStatus.php; > Checking in CustomerAllocations.php; > Checking in CustomerBranches.php; > Checking in DeliveryDetails.php; > Checking in DiscountCategories.php; > Checking in DiscountMatrix.php; > Checking in Logout.php; > Checking in SelectOrderItems.php; > Checking in ShipmentCosting.php; > Checking in Shipments.php; > Checking in Shippers.php; > Checking in Shipt_Select.php; > Checking in ShiptsList.php; > Checking in StockStatus.php; > Checking in SuppCreditGRNs.php; > Checking in SuppInvGLAnalysis.php; > Checking in SuppPaymentRun.php; > Checking in SuppShiptChgs.php; > Checking in SuppTransGLAnalysis.php; > Checking in SupplierAllocations.php; > Checking in SupplierContacts.php; > Checking in SupplierCredit.php; > Checking in SupplierInquiry.php; > Checking in SupplierInvoice.php; > Checking in Suppliers.php; > > quite a flourish to finish on..... > > and of course > Checking in locale/en/LC_MESSAGES/messages.po; > > > Worried about introducing bugs with such a lot at break neck speed. > I re-ran xgettext to update messages.po > > > An Italian chap contacted me spelling out duplications in the .po as it was > > which may be useful: > > > I started translating web erp in italian, but realized that messages.po > > > in italian is not complete > > > > > > even *.po in english seem not perfect either: > > > > > > -------------------------------------------------------------------- > > > bash-2.05b$ msgfmt *.po > > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable encoding > > > name. > > > Message conversion to user's charset might > > > not work. > > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > > encoding name. > > > Message conversion to user's charset > > > might not work. > > > messages.po:7: duplicate message definition > > > index.po:8: ...this is the location of the first definition > > > messages.po:20: duplicate message definition > > > index.po:418: ...this is the location of the first definition > > > messages.po:844: duplicate message definition > > > index.po:414: ...this is the location of the first definition > > > messages.po:1165: duplicate message definition > > > index.po:293: ...this is the location of the first definition > > > messages.po:1800: duplicate message definition > > > index.po:29: ...this is the location of the first definition > > > messages.po:3793: duplicate message definition > > > index.po:410: ...this is the location of the first definition > > > messages.po:3849: duplicate message definition > > > index.po:378: ...this is the location of the first definition > > > messages.po:4087: duplicate message definition > > > index.po:390: ...this is the location of the first definition > > > messages.po:4410: duplicate message definition > > > index.po:209: ...this is the location of the first definition > > > messages.po:5518: duplicate message definition > > > index.po:149: ...this is the location of the first definition > > > messages.po:6958: duplicate message definition > > > index.po:189: ...this is the location of the first definition > > > messages.po:7683: duplicate message definition > > > index.po:153: ...this is the location of the first definition > > > messages.po:9314: duplicate message definition > > > index.po:21: ...this is the location of the first definition > > > messages.po:9326: duplicate message definition > > > index.po:257: ...this is the location of the first definition > > > messages.po:9368: duplicate message definition > > > index.po:265: ...this is the location of the first definition > > > messages.po:9641: duplicate message definition > > > index.po:25: ...this is the location of the first definition > > > messages.po:9649: duplicate message definition > > > index.po:33: ...this is the location of the first definition > > > messages.po:9653: duplicate message definition > > > index.po:37: ...this is the location of the first definition > > > messages.po:9657: duplicate message definition > > > index.po:41: ...this is the location of the first definition > > > messages.po:9661: duplicate message definition > > > msgfmt: too many errors, aborting > > > --------------------------------------------------------------- > > > > > > if you can provide a valid/updated messages.po I will happily translate > > > it in italian > > > > > > bye > > > > > > xlyz > > A few minor points men - I'm trying to use Jesse's prnMsg function wherever > possible - this does mean there is one common way for displaying messages > and we can muck about with the formats as we like - it is pretty > rudimentary but I like the idea of some kind of standardisation of > messages. Many echo statements can lose the <BR> and slot into a prnMsg > instead. > > I am probably slightly autistic in my zeal for having the code nicely > indented too - I tend to break after </TD> so the next line starts on a > <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before > FROM. WHERE, AND, GROUP BY, ORDER BY > > All very picky stuff - dont bother if you dont want to I happy to have the > code anyway you like - but I try to modify it to comply with that > Contributing.txt doc before committing to CVS. > > WE DID IT! -- Phil ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Steve K. <sk...@ro...> - 2004-11-20 11:10:24
|
Jesse's prnMsg goes a tremendous way toward standardizing all of the messages. In the process it cuts down significant extraneous code and can be relied upon to produce consistent looking messages everywhere in the system. All the work has just been completed, and it is a lot of work, in order to get all these benefits. I lean toward having strings readily viewable within. That's my take anyway. I believe not many would comment clearly and the name/constant would end up cryptic as well thereby causing confusion and switching between files and manual lookups in order to get any coding done. Steve ----- Original Message ----- From: "Stins, Dick www.Zion-IT.com" <DR...@Zi...> To: <web...@li...> Sent: Saturday, November 20, 2004 2:53 AM Subject: Re: [Web-erp-developers] Standardised messages > Phil, > > It is not that heavily weighted to use unique messages codes in prnMSG > instead of the current strings and do the translation in the prnMSG > functions. > > prnMsg( _('The company record has not yet been set up</B><BR>From the system > setup tab, select company maintenance to enter the company infomation and > system preferences','error','CRITICAL PROBLEM') ); > > Would be then: > prnMSG( > 'SQLCommonFunctions001', //company record has not been setup > 'error', > 'CRITICAL PROBLEM' > ); > > Displaying the message should be in prnMSG then: > Echo $msg . '_' . getMSG( $msg, $type, $prefix ); > > + some minor change in getMSG > return '<font color="' . $Colour . '"><b>' . $prefix . '</b> : ' . _( $msg ) > . '</font>'; > > We can use a new function prnMSGc with implements this for a smoothly move > to this new system. > > With best regards, > > Dick Stins > > ----- Original Message ----- > From: "Phil Daintree" <we...@pa...> > To: <web...@li...> > Sent: Saturday, November 20, 2004 3:05 PM > Subject: [Web-erp-developers] Standardised messages > > > > There are always a multitude of other methods for "skining a cat" ultimately > my thinking is that we can have relatively standardised messages using > Jesse's prnMsg function with options for error, warn, success, info. > > For your proposal Dick, in my view the cost benefit is too heavily weighted > in > the cost side in terms of re-development effort for insufficient benefit. I > would rather put my effort into manufacturing functionality and have > something great to show for it. If we used Jesse's prnMsg function > throughout > I would be most comfortable with the quality and consistency of the code - > unfortunately there are places where prnMsg is still not used. > > Also, as previously noted several times I am a firm believer - perhaps > contrary to theory - in having the message text interspersed with the code > to aid in code readability. > > Always appreciate your experience and input though Dick. > > > Phil > > On Saturday 20 November 2004 12:50, Zion-IT Shop www.Zion-IT.com wrote: > > yes, we are losing some of the understanding, but a short comment would > > prevent this like in the example. We get some extra quality in return for > > it. (standardised error handling, .....) > > > > You're thoughts (using constants and/or use gettext for multilanguage+0) > > might be very interesting for implementing this. > > > > Display_message procedure will be so often used that it enrich the coding > > to be easier to understand and faster to read, since it will be used > > everywhere where appropriate. > > > > With best regards, > > > > Dick Stins > > > > ----- Original Message ----- > > From: Steve Kaill > > To: web...@li... > > Sent: Friday, November 19, 2004 12:24 PM > > Subject: Re: [Web-erp-developers] po tidy up > > > > > > Ha! If 'WE001' was instead WE001 it could be a constant/variable. In > > that case the constant names would be in the display_messages instead of > > the actual strings and the constant strings could be all together. Either > > way though, you start losing much of the context in terms of understanding > > and coding. You end up having to jump around quite a bit to figure out > > whether the string(s) or parts of string(s) in multilanguage make sense > > currently. > > > > I'm thinking in a way gettext strives to avoid this lack of context with > > its implementation and tools. > > > > Steve > > ----- Original Message ----- > > From: Steve Kitchen > > To: web...@li... > > Sent: Friday, November 19, 2004 5:18 AM > > Subject: Re: [Web-erp-developers] po tidy up > > > > > > Interesting points. > > > > I have seen various implementations along these lines - > > phpgroupware/eGroupware use table based translations and have a lang > > function that does the lookup. There is also a string parser to insert > data > > variables at the appropriate points in the string. This does have the > > advantage of dealing very nicely with variations in grammatical > constructs. > > > > The trade-off is in database access - it is guaranteed that every page > > load will have to access the db tables for its textual content. > > > > With a system like web-ERP the db engine will be hyperactive anyway > and > > disk access is the most probable bottleneck. If we store screen text in > the > > db as well, this will adversely affect the performance. > > > > Of course, if fiber-channel RAID arrays were cheap, this would be the > > way to go ... :-) > > > > > > Kitch > > > > > > On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com wrote: > > > > I know it is late, but better late then never. You're example > > refreshed my memory. > > > > In several development standards and projects, I was used to have an > > error/warning/information message coding system. > > > > Every message should have it's own unique code/number followed with > > the text. I could happen that at different places in the code appears the > > same message like: "Wrong Code Entered". > > > > In the system it would be coded with a function like: > > display_message( > > 'E' , //E=message type Error > > 'A', //A=abort script or I=informational or > > W=warning 'WE001' ); // Wrong code Entered > > > > At another error situation: > > display_message( > > 'E' , //E=message type Error, I=Informational, > > W=warning, ... 'A', //A=abort script or C=Continue or > > ... 'WE002' ); // Wrong code Entered WE=Web Erp 002=the message > > number > > > > The function will fetch the message based at the unique code (like > > 'WE002' ) and does what it should do. > > > > Both messages are the same, but the only difference is the exact > > place in a script where it is raised from. > > > > When you find the exact message for more then one unique code, then > > there are a few reasons why this happens: - the message is not detailed > > enough > > - it is coded inefficient, because the same code is repeated at > > several places, while a function/procedure is able to prevent this and > > ...... so it helps to increase the quality of the program. - it increases > > performance (but I have never seen a good example of this) > > > > Where do you store the messages? Normally in a table, so it would be > > easy to update the messages without changing the source. An extra column > > could be entered to implement multilanguage for messages like these. May > be > > are their other good implementation methods. > > > > When you display also the unique code, then you will always be able > > very easily to find the exact line in a script where the error is raised > > from. That's very handy for debugging and answering questions of > end-users. > > > > Sometimes, you need to be able to show parameters in a message like: > > "You entered the wrong code: #1 in #2" > > > > For this we need a function/procedure which allows 2 parameters. > > display_message( > > 'E' , //E=message type Error, I=Informational, > > W=warning, ... 'A', //A=abort script or C=Continue or > > ... 'WE003', // You entered the wrong code: #1 in #2 WE=Web Erp > > 002=the message number $code, > > 'index.php' ); > > > > Resume advantages: > > - A standardised message system is good for the coding quality > > - It is much easier to find the exact script + line where the > message > > is comming from - We would be able to update the message without the > chance > > you make some typo in the script, because there is no need for updating a > > script when we need to update a message. - improves quality, since it > > shows generic messages are not detailed enough - lot's of messages which > > are equal, tells us that there might be some code lines be coded twice or > > more or the message is not detailed enough. - ..... > > > > My suggestions is to do the following steps: > > - do we like this? All or only parts of it or nothing? > > - how do we want to implement this? Create a message class? And a > > table? Or use the translation package? Or ... - there is no need to > > rewrite all scripts. I would be good enough when we use a message system > > like this for all coding which is new or rewritten for new functions. > > > > With best regards, > > > > Dick Stins > > ---- Original Message ----- > > > > From: Daintrees > > To: web...@li... > > Sent: Thursday, November 18, 2004 8:48 PM > > Subject: Re: [Web-erp-developers] po tidy up > > > > > > I tried to remove punctuation - only at the end of sentences and > > broke up strings around html. Notice you did SelectOrderItems.php too - a > > misson in itself - both you and Steve did this one! > > > > This tidy up is a misson Kitch - good job you seem to have broad > > shoulders - and chose to accept it :-) > > > > Phil > > > > ----- Original Message ----- > > From: Steve Kitchen > > To: web...@li... > > Sent: Friday, November 19, 2004 8:17 AM > > Subject: Re: [Web-erp-developers] po tidy up > > > > > > For me, the second option is better. Consider something like > > > > '<BR>ERROR ! The code could not be found. Please re-enter the GL > > reference' > > > > and > > > > '<BR>ERROR ! The code could not be found. Please re-enter the > > customer code' > > > > > > 'ERROR' and 'The code could not be found' are common phrases > that > > are scattered throughout the application. When split up as suggested, only > > one instance of the text 'ERROR' and the text 'The code could not be > found' > > are needed in the .po file. > > > > Also, the current .po file is approaching 400K in size, so any > > consolidation to reduce this should be considered A Good Thing (tm) :-) > > > > > > Kitch > > > > > > > > On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: > > > > > > Although I stuck to the majority of these recommendations I > > would have one question. What about punctuation within a string. e.g. > > > > '<BR> The code could not be found. Please verify and > re-enter.' > > > > What about that period and space in the middle? Should it be > > > > '<BR> ' . _('The code could not be found. Please verify and > > re-enter') . '.' > > > > or > > > > '<BR> ' . _('The code could not be found') . '. ' . _('Please > > verify and re-enter') . '.' > > > > Steve > > > > ----- Original Message ----- > > From: Steve Kitchen > > To: web...@li... > > Sent: Thursday, November 18, 2004 1:48 PM > > Subject: Re: [Web-erp-developers] po tidy up > > > > > > OK, I've had a look at all this stuff and here's the > low-down > > .... > > > > > > As Phil says, things are somewhat messy with duplicate > > definitions, bits of puctuation, bits of HTML and the like in the text > > strings. > > > > I will go through all the existing modules and bash it into > a > > more consistent form (I must be mad ...). > > > > > > Can I request that when you put _() strings in your code you > > > > do not put spaces at the start or end of the string > > do not put HTML tags in the string - break it up into > > pieces do not put punctuation in the string - again, break it up into > > pieces be consistent about case > > > > > > I've made a web page to help with translating (default on > the > > left, your translation on the right) which I will send in when it looks a > > bit prettier :-) > > > > > > Catch y'all later ... > > > > Kitch > > > > On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote: > > OK Kitch I got a lot of this in now - need to go back and do some double > > checking though - Jesse just sent SpecialOrder.php which missed the cut - > > its bed time here - can here knocking on the wall telling me to knock > off!! > > > > Checking in CreditStatus.php; > > Checking in CustomerAllocations.php; > > Checking in CustomerBranches.php; > > Checking in DeliveryDetails.php; > > Checking in DiscountCategories.php; > > Checking in DiscountMatrix.php; > > Checking in Logout.php; > > Checking in SelectOrderItems.php; > > Checking in ShipmentCosting.php; > > Checking in Shipments.php; > > Checking in Shippers.php; > > Checking in Shipt_Select.php; > > Checking in ShiptsList.php; > > Checking in StockStatus.php; > > Checking in SuppCreditGRNs.php; > > Checking in SuppInvGLAnalysis.php; > > Checking in SuppPaymentRun.php; > > Checking in SuppShiptChgs.php; > > Checking in SuppTransGLAnalysis.php; > > Checking in SupplierAllocations.php; > > Checking in SupplierContacts.php; > > Checking in SupplierCredit.php; > > Checking in SupplierInquiry.php; > > Checking in SupplierInvoice.php; > > Checking in Suppliers.php; > > > > quite a flourish to finish on..... > > > > and of course > > Checking in locale/en/LC_MESSAGES/messages.po; > > > > > > Worried about introducing bugs with such a lot at break neck speed. > > I re-ran xgettext to update messages.po > > > > > > An Italian chap contacted me spelling out duplications in the .po as it > was > > > > which may be useful: > > > > I started translating web erp in italian, but realized that > messages.po > > > > in italian is not complete > > > > > > > > even *.po in english seem not perfect either: > > > > > > > > -------------------------------------------------------------------- > > > > bash-2.05b$ msgfmt *.po > > > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable > encoding > > > > name. > > > > Message conversion to user's charset might > > > > not work. > > > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > > > encoding name. > > > > Message conversion to user's charset > > > > might not work. > > > > messages.po:7: duplicate message definition > > > > index.po:8: ...this is the location of the first definition > > > > messages.po:20: duplicate message definition > > > > index.po:418: ...this is the location of the first definition > > > > messages.po:844: duplicate message definition > > > > index.po:414: ...this is the location of the first definition > > > > messages.po:1165: duplicate message definition > > > > index.po:293: ...this is the location of the first definition > > > > messages.po:1800: duplicate message definition > > > > index.po:29: ...this is the location of the first definition > > > > messages.po:3793: duplicate message definition > > > > index.po:410: ...this is the location of the first definition > > > > messages.po:3849: duplicate message definition > > > > index.po:378: ...this is the location of the first definition > > > > messages.po:4087: duplicate message definition > > > > index.po:390: ...this is the location of the first definition > > > > messages.po:4410: duplicate message definition > > > > index.po:209: ...this is the location of the first definition > > > > messages.po:5518: duplicate message definition > > > > index.po:149: ...this is the location of the first definition > > > > messages.po:6958: duplicate message definition > > > > index.po:189: ...this is the location of the first definition > > > > messages.po:7683: duplicate message definition > > > > index.po:153: ...this is the location of the first definition > > > > messages.po:9314: duplicate message definition > > > > index.po:21: ...this is the location of the first definition > > > > messages.po:9326: duplicate message definition > > > > index.po:257: ...this is the location of the first definition > > > > messages.po:9368: duplicate message definition > > > > index.po:265: ...this is the location of the first definition > > > > messages.po:9641: duplicate message definition > > > > index.po:25: ...this is the location of the first definition > > > > messages.po:9649: duplicate message definition > > > > index.po:33: ...this is the location of the first definition > > > > messages.po:9653: duplicate message definition > > > > index.po:37: ...this is the location of the first definition > > > > messages.po:9657: duplicate message definition > > > > index.po:41: ...this is the location of the first definition > > > > messages.po:9661: duplicate message definition > > > > msgfmt: too many errors, aborting > > > > --------------------------------------------------------------- > > > > > > > > if you can provide a valid/updated messages.po I will happily > translate > > > > it in italian > > > > > > > > bye > > > > > > > > xlyz > > > > A few minor points men - I'm trying to use Jesse's prnMsg function > wherever > > possible - this does mean there is one common way for displaying messages > > and we can muck about with the formats as we like - it is pretty > > rudimentary but I like the idea of some kind of standardisation of > > messages. Many echo statements can lose the <BR> and slot into a prnMsg > > instead. > > > > I am probably slightly autistic in my zeal for having the code nicely > > indented too - I tend to break after </TD> so the next line starts on a > > <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before > > FROM. WHERE, AND, GROUP BY, ORDER BY > > > > All very picky stuff - dont bother if you dont want to I happy to have the > > code anyway you like - but I try to modify it to comply with that > > Contributing.txt doc before committing to CVS. > > > > WE DID IT! > > -- > Phil > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Stins, D. www.Zion-IT.c. <DR...@Zi...> - 2004-11-24 21:40:20
|
Hoi guys, At the demo, there are php error_log files.=20 See below for the errors. with best regards, Dick Stins [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [16-Nov-2004 00:30:12] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 04:01:36] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 04:26:16] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 04:58:48] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [16-Nov-2004 05:03:34] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [16-Nov-2004 05:04:17] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 05:39:36] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 05:40:17] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 09:05:56] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:19:58] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 18:07:59] PHP Parse error: parse error, unexpected '}' in = /home/web/public_html/weberp/WWW_Users.php on line 42 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:30:23] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:54:18] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 05:10:28] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 14:38:04] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 18:53:46] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 20:18:13] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 20:20:31] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [17-Nov-2004 20:20:51] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 22:08:48] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 22:58:14] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:58:23] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:58:32] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:59:19] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:59:27] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:00:52] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:01:08] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:01:16] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:03:26] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:10:39] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 23:48:48] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [18-Nov-2004 00:07:05] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [18-Nov-2004 12:06:11] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [18-Nov-2004 14:42:28] PHP Fatal error: Call to a member function on a = non-object in /home/web/public_html/weberp/CustomerReceipt.php on line = 306 [18-Nov-2004 16:49:07] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 |
From: Steve K. <sk...@ro...> - 2004-11-25 13:58:52
|
It's the same 4 or 5 warnings/errors repeated over and over. At least = one of these is old and has been corrected. These are the ones I can = see outstanding and have provided fixes for some... [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 - I think lines 4-6 need to be deleted. A call to translate title = cannot come before session.inc (or Languages.php) [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: _() = in /home/web/public_html/weberp/AgedSuppliers.php on line 7 - similar to above issue. [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 - not sure. Someone with more pdf experience can maybe solve... [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 - has to do with $TotalBudgetIncome and $TotalLYIncome being 0 and they = are denominators in number_format(100*($TotalBudgetIncome - = $SectionPrdBudget)/$TotalBudgetIncome,1) . "%", number_format(100*($TotalLYIncome - = $SectionPrdLY)/$TotalLYIncome,1). "%"); This was a discussion before. Not sure if it got solved yet. [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 - that code hasn't changed in months. It's a warning, not error and I'm = thinking it has to do with the parameter not having values so it ends up = returning NULL and issuing a warning. Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Wednesday, November 24, 2004 4:44 PM Subject: [WebERP-developers] demo errors Hoi guys, At the demo, there are php error_log files.=20 See below for the errors. with best regards, Dick Stins [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [16-Nov-2004 00:30:12] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 04:01:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 04:26:16] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 04:58:48] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [16-Nov-2004 05:03:34] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [16-Nov-2004 05:04:17] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 05:39:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 05:40:17] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 09:05:56] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:19:58] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 18:07:59] PHP Parse error: parse error, unexpected '}' in = /home/web/public_html/weberp/WWW_Users.php on line 42 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:30:23] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:54:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 05:10:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 14:38:04] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 18:53:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 20:18:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 20:20:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [17-Nov-2004 20:20:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 22:08:48] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 22:58:14] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:58:23] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:58:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:59:19] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:59:27] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:00:52] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:01:08] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:01:16] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:03:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:10:39] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 23:48:48] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [18-Nov-2004 00:07:05] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [18-Nov-2004 12:06:11] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [18-Nov-2004 14:42:28] PHP Fatal error: Call to a member function on a = non-object in /home/web/public_html/weberp/CustomerReceipt.php on line = 306 [18-Nov-2004 16:49:07] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 |
From: Steve K. <sk...@ro...> - 2004-11-25 14:28:25
|
Thanks for the info, Dick. I have done the fixes I know in the demo. = The other couple of issues are listed in my last message in the hopes = that someone can solve. We need to move these fixes into the cvs once = the Multilanguage (lockdown) work is done... Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Wednesday, November 24, 2004 4:44 PM Subject: [WebERP-developers] demo errors Hoi guys, At the demo, there are php error_log files.=20 See below for the errors. with best regards, Dick Stins [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [16-Nov-2004 00:30:12] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 04:01:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 04:26:16] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 04:58:48] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [16-Nov-2004 05:03:34] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [16-Nov-2004 05:04:17] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 05:39:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 05:40:17] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 09:05:56] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:19:58] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 18:07:59] PHP Parse error: parse error, unexpected '}' in = /home/web/public_html/weberp/WWW_Users.php on line 42 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:30:23] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:54:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 05:10:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 14:38:04] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 18:53:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 20:18:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 20:20:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [17-Nov-2004 20:20:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 22:08:48] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 22:58:14] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:58:23] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:58:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:59:19] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:59:27] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:00:52] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:01:08] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:01:16] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:03:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:10:39] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 23:48:48] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [18-Nov-2004 00:07:05] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [18-Nov-2004 12:06:11] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [18-Nov-2004 14:42:28] PHP Fatal error: Call to a member function on a = non-object in /home/web/public_html/weberp/CustomerReceipt.php on line = 306 [18-Nov-2004 16:49:07] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for min() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for max() in = /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information - = headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 |
From: Stins, D. www.Zion-IT.c. <DR...@Zi...> - 2004-11-25 21:04:38
|
Thanks Steve, Always good to solve every error/warning. Especially in accounting = software. It proofs that we control the code so it's very likely that = this software controls the company administrations. When we create a separate branch for this in cvs, then we have no risk = loosing these fixes and can merge them in the trunk after the lock down = is removed...... With best regards, Dick Stins ----- Original Message -----=20 From: Steve Kaill=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 3:29 PM Subject: Re: [WebERP-developers] demo errors Thanks for the info, Dick. I have done the fixes I know in the demo. = The other couple of issues are listed in my last message in the hopes = that someone can solve. We need to move these fixes into the cvs once = the Multilanguage (lockdown) work is done... Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Wednesday, November 24, 2004 4:44 PM Subject: [WebERP-developers] demo errors Hoi guys, At the demo, there are php error_log files.=20 See below for the errors. with best regards, Dick Stins [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [16-Nov-2004 00:30:12] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 04:01:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 04:26:16] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 04:58:48] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [16-Nov-2004 05:03:34] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [16-Nov-2004 05:04:17] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 05:39:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 05:40:17] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [16-Nov-2004 09:05:56] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:19:58] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [16-Nov-2004 18:07:59] PHP Parse error: parse error, unexpected '}' = in /home/web/public_html/weberp/WWW_Users.php on line 42 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:30:23] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:54:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 05:10:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 14:38:04] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 18:53:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 20:18:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 20:20:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [17-Nov-2004 20:20:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 22:08:48] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 22:58:14] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:58:23] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:58:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:59:19] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 22:59:27] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:00:52] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:01:08] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:01:16] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:03:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/GoodsReceivedControlled.php on line = 6 [17-Nov-2004 23:10:39] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [17-Nov-2004 23:48:48] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [18-Nov-2004 00:07:05] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [18-Nov-2004 12:06:11] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [18-Nov-2004 14:42:28] PHP Fatal error: Call to a member function on = a non-object in /home/web/public_html/weberp/CustomerReceipt.php on line = 306 [18-Nov-2004 16:49:07] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for min() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for max() = in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected ')', = expecting ',' or ';' in /home/web/public_html/weberp/Prices_Customer.php = on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/PDFStockCheckComparison.php on line = 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/StockQuantityByDate.php on line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header information = - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined function: = _() in /home/web/public_html/weberp/AgedSuppliers.php on line 7 |
From: Steve K. <sk...@ro...> - 2004-11-25 21:09:15
|
I have my own "cvs". My changes won't get lost ;) Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 4:09 PM Subject: Re: [WebERP-developers] demo errors Thanks Steve, Always good to solve every error/warning. Especially in accounting = software. It proofs that we control the code so it's very likely that = this software controls the company administrations. When we create a separate branch for this in cvs, then we have no risk = loosing these fixes and can merge them in the trunk after the lock down = is removed...... With best regards, Dick Stins ----- Original Message -----=20 From: Steve Kaill=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 3:29 PM Subject: Re: [WebERP-developers] demo errors Thanks for the info, Dick. I have done the fixes I know in the = demo. The other couple of issues are listed in my last message in the = hopes that someone can solve. We need to move these fixes into the cvs = once the Multilanguage (lockdown) work is done... Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Wednesday, November 24, 2004 4:44 PM Subject: [WebERP-developers] demo errors Hoi guys, At the demo, there are php error_log files.=20 See below for the errors. with best regards, Dick Stins [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [16-Nov-2004 00:30:12] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 04:01:36] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 04:26:16] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 04:58:48] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [16-Nov-2004 05:03:34] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [16-Nov-2004 05:04:17] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 05:39:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 05:40:17] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 09:05:56] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:19:58] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 18:07:59] PHP Parse error: parse error, unexpected = '}' in /home/web/public_html/weberp/WWW_Users.php on line 42 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:30:23] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:54:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 05:10:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 14:38:04] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 18:53:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 20:18:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 20:20:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [17-Nov-2004 20:20:51] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 22:08:48] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 22:58:14] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:58:23] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:58:32] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:59:19] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:59:27] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:00:52] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:01:08] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:01:16] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:03:26] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:10:39] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 23:48:48] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [18-Nov-2004 00:07:05] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [18-Nov-2004 12:06:11] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [18-Nov-2004 14:42:28] PHP Fatal error: Call to a member function = on a non-object in /home/web/public_html/weberp/CustomerReceipt.php on = line 306 [18-Nov-2004 16:49:07] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 |
From: Stins, D. www.Zion-IT.c. <DR...@Zi...> - 2004-11-25 21:15:47
|
Great, but what happens with this when you are vanished? ----- Original Message -----=20 From: Steve Kaill=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 10:10 PM Subject: Re: [WebERP-developers] demo errors I have my own "cvs". My changes won't get lost ;) Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 4:09 PM Subject: Re: [WebERP-developers] demo errors Thanks Steve, Always good to solve every error/warning. Especially in accounting = software. It proofs that we control the code so it's very likely that = this software controls the company administrations. When we create a separate branch for this in cvs, then we have no = risk loosing these fixes and can merge them in the trunk after the lock = down is removed...... With best regards, Dick Stins ----- Original Message -----=20 From: Steve Kaill=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 3:29 PM Subject: Re: [WebERP-developers] demo errors Thanks for the info, Dick. I have done the fixes I know in the = demo. The other couple of issues are listed in my last message in the = hopes that someone can solve. We need to move these fixes into the cvs = once the Multilanguage (lockdown) work is done... Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Wednesday, November 24, 2004 4:44 PM Subject: [WebERP-developers] demo errors Hoi guys, At the demo, there are php error_log files.=20 See below for the errors. with best regards, Dick Stins [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [16-Nov-2004 00:30:12] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 04:01:36] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 04:26:16] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 04:58:48] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [16-Nov-2004 05:03:34] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [16-Nov-2004 05:04:17] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 05:39:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 05:40:17] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 09:05:56] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:19:58] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 18:07:59] PHP Parse error: parse error, unexpected = '}' in /home/web/public_html/weberp/WWW_Users.php on line 42 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:30:23] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:54:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 05:10:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 14:38:04] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 18:53:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 20:18:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 20:20:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [17-Nov-2004 20:20:51] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 22:08:48] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 22:58:14] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:58:23] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:58:32] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:59:19] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:59:27] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:00:52] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:01:08] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:01:16] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:03:26] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:10:39] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 23:48:48] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [18-Nov-2004 00:07:05] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [18-Nov-2004 12:06:11] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [18-Nov-2004 14:42:28] PHP Fatal error: Call to a member = function on a non-object in = /home/web/public_html/weberp/CustomerReceipt.php on line 306 [18-Nov-2004 16:49:07] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, unexpected = ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 |
From: Steve K. <sk...@ro...> - 2004-11-25 22:15:06
|
No, no, until it goes into cvs. I have it under control for however = long locally but at appropriate times it goes in. For instance while = I'm waiting on the Multilanguage I'm working on paging in several files. = It's not a concern though because it's all safe and tells me exactly = what to move into cvs without failure or problem later. Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 4:20 PM Subject: Re: [WebERP-developers] demo errors Great, but what happens with this when you are vanished? ----- Original Message -----=20 From: Steve Kaill=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 10:10 PM Subject: Re: [WebERP-developers] demo errors I have my own "cvs". My changes won't get lost ;) Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 4:09 PM Subject: Re: [WebERP-developers] demo errors Thanks Steve, Always good to solve every error/warning. Especially in accounting = software. It proofs that we control the code so it's very likely that = this software controls the company administrations. When we create a separate branch for this in cvs, then we have no = risk loosing these fixes and can merge them in the trunk after the lock = down is removed...... With best regards, Dick Stins ----- Original Message -----=20 From: Steve Kaill=20 To: web...@li...=20 Sent: Thursday, November 25, 2004 3:29 PM Subject: Re: [WebERP-developers] demo errors Thanks for the info, Dick. I have done the fixes I know in the = demo. The other couple of issues are listed in my last message in the = hopes that someone can solve. We need to move these fixes into the cvs = once the Multilanguage (lockdown) work is done... Steve ----- Original Message -----=20 From: Stins, Dick www.Zion-IT.com=20 To: web...@li...=20 Sent: Wednesday, November 24, 2004 4:44 PM Subject: [WebERP-developers] demo errors Hoi guys, At the demo, there are php error_log files.=20 See below for the errors. with best regards, Dick Stins [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, = unexpected ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [16-Nov-2004 00:30:12] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 04:01:36] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 04:26:16] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 04:58:48] PHP Parse error: parse error, = unexpected ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [16-Nov-2004 05:03:34] PHP Parse error: parse error, = unexpected ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [16-Nov-2004 05:04:17] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 05:05:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 05:39:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [16-Nov-2004 05:39:46] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [16-Nov-2004 05:40:17] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [16-Nov-2004 09:05:56] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:11:39] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:03] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [16-Nov-2004 11:12:10] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [16-Nov-2004 11:19:58] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [16-Nov-2004 18:07:59] PHP Parse error: parse error, = unexpected '}' in /home/web/public_html/weberp/WWW_Users.php on line 42 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [16-Nov-2004 20:57:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 00:23:03] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:30:23] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:30:24] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 02:54:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 02:54:35] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 05:10:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 05:10:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 06:31:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 14:38:04] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:31:51] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:29] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:38] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [17-Nov-2004 15:32:46] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 18:53:38] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 18:53:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:00:33] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:01:40] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [17-Nov-2004 19:02:57] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [17-Nov-2004 20:18:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 20:20:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [17-Nov-2004 20:20:51] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:09] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 21:09:46] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [17-Nov-2004 22:08:48] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [17-Nov-2004 22:58:14] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:58:23] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:58:32] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:59:19] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 22:59:27] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:00:52] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:01:08] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:01:16] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:03:26] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/GoodsReceivedControlled.php on line 6 [17-Nov-2004 23:10:39] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [17-Nov-2004 23:48:48] PHP Parse error: parse error, = unexpected ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [18-Nov-2004 00:07:05] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 01:45:38] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [18-Nov-2004 03:51:08] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [18-Nov-2004 05:45:17] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [18-Nov-2004 12:06:11] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [18-Nov-2004 14:42:28] PHP Fatal error: Call to a member = function on a non-object in = /home/web/public_html/weberp/CustomerReceipt.php on line 306 [18-Nov-2004 16:49:07] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [18-Nov-2004 19:01:38] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:24:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [18-Nov-2004 19:30:34] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [19-Nov-2004 02:32:20] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 02:33:43] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 03:03:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 04:12:49] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 04:12:52] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:17:52] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [19-Nov-2004 15:18:14] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [19-Nov-2004 15:22:23] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 16:52:19] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [19-Nov-2004 23:43:57] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [19-Nov-2004 23:44:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [21-Nov-2004 14:34:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:43:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [21-Nov-2004 15:45:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 05:21:19] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:53:52] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 05:55:12] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 05:55:41] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 11:57:28] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 14:46:21] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:25:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:25:43] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [22-Nov-2004 16:26:32] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 17:19:56] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 17:47:21] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:27:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:18] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [22-Nov-2004 18:48:35] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = min() in /home/web/public_html/weberp/GLAccountInquiry.php on line 80 [22-Nov-2004 19:34:01] PHP Warning: Wrong parameter count for = max() in /home/web/public_html/weberp/GLAccountInquiry.php on line 81 [22-Nov-2004 21:16:44] PHP Parse error: parse error, = unexpected ')', expecting ',' or ';' in = /home/web/public_html/weberp/Prices_Customer.php on line 20 [22-Nov-2004 21:38:13] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 12:36:01] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [23-Nov-2004 18:39:26] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 18:39:32] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [23-Nov-2004 19:23:47] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [23-Nov-2004 19:55:40] PHP Fatal error: Call to undefined = function: _() in = /home/web/public_html/weberp/PDFStockCheckComparison.php on line 5 [23-Nov-2004 20:29:46] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [23-Nov-2004 21:56:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 10:37:31] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/StockQuantityByDate.php on = line 6 [24-Nov-2004 11:59:40] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 12:40:57] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 16:47:50] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 16:48:16] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 16:57:47] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 18:43:33] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:34] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:43:51] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 312 [24-Nov-2004 18:45:44] PHP Warning: Division by zero in = /home/web/public_html/weberp/GLProfit_Loss.php on line 313 [24-Nov-2004 20:59:51] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 21:00:07] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 209 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 210 [24-Nov-2004 22:01:11] PHP Warning: Cannot modify header = information - headers already sent by (output started at = /home/web/public_html/weberp/includes/class.pdf.php:1924) in = /home/web/public_html/weberp/SuppPaymentRun.php on line 211 [24-Nov-2004 22:02:28] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:02:33] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 22:25:18] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 [24-Nov-2004 23:14:36] PHP Fatal error: Call to undefined = function: _() in /home/web/public_html/weberp/AgedSuppliers.php on line = 7 |
From: Stins, D. www.Zion-IT.c. <DR...@Zi...> - 2004-11-19 11:42:52
|
SteveK, Thanks for your reply. It's just a system to be able to identify (unique error/message codes) = and maintain (error) messages and be able to update them without coding = and be able to enhance it with an action (like show alert box, stop = script, ... ). When it can be implemented conform the current = translation method, then it would be fine too.=20 But I do not expect any IO problems, concerning my information is mysql = caching complete tables in memory so like the script solution is the = memory the bottleneck. Ofcourse is the amount of needed memory dependent = of the implementation. And this is not for all translations like prompts and ... but only for = messages. Those messages will only be displayed when there is need for = to inform/warn/tell the end user. And since you will get an unique code = for the message, then it is very easy to document this in a structured = method and find answers for questions related to those messages. Also it = is very easy to find the related lines in the scripts when you have to = do some research in the scripts. This wil save lot of time for support = and ... with best regards, Dick Stins ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 11:18 AM Subject: Re: [Web-erp-developers] po tidy up Interesting points. I have seen various implementations along these lines - = phpgroupware/eGroupware use table based translations and have a lang = function that does the lookup. There is also a string parser to insert = data variables at the appropriate points in the string. This does have = the advantage of dealing very nicely with variations in grammatical = constructs. The trade-off is in database access - it is guaranteed that every page = load will have to access the db tables for its textual content. With a system like web-ERP the db engine will be hyperactive anyway = and disk access is the most probable bottleneck. If we store screen text = in the db as well, this will adversely affect the performance. Of course, if fiber-channel RAID arrays were cheap, this would be the = way to go ... :-) Kitch On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com wrote: I know it is late, but better late then never. You're example = refreshed my memory. =20 In several development standards and projects, I was used to have an = error/warning/information message coding system. =20 Every message should have it's own unique code/number followed with = the text. I could happen that at different places in the code appears = the same message like: "Wrong Code Entered". =20 In the system it would be coded with a function like: display_message(=20 'E' , //E=3Dmessage type Error 'A', //A=3Dabort script or I=3Dinformational or = W=3Dwarning 'WE001' ); // Wrong code Entered =20 At another error situation: display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or ... 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe = message number =20 The function will fetch the message based at the unique code (like = 'WE002' ) and does what it should do.=20 =20 Both messages are the same, but the only difference is the exact = place in a script where it is raised from. =20 When you find the exact message for more then one unique code, then = there are a few reasons why this happens: - the message is not detailed enough - it is coded inefficient, because the same code is repeated at = several places, while a function/procedure is able to prevent this and = ...... so it helps to increase the quality of the program. - it increases performance (but I have never seen a good example of = this) =20 Where do you store the messages? Normally in a table, so it would be = easy to update the messages without changing the source. An extra column = could be entered to implement multilanguage for messages like these. May = be are their other good implementation methods. =20 When you display also the unique code, then you will always be able = very easily to find the exact line in a script where the error is raised = from. That's very handy for debugging and answering questions of = end-users. =20 Sometimes, you need to be able to show parameters in a message like: "You entered the wrong code: #1 in #2" =20 For this we need a function/procedure which allows 2 parameters. display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or ... 'WE003', // You entered the wrong code: #1 in #2 WE=3DWeb = Erp 002=3Dthe message number $code, 'index.php' ); =20 Resume advantages: - A standardised message system is good for the coding quality - It is much easier to find the exact script + line where the = message is comming from - We would be able to update the message without the chance you make = some typo in the script, because there is no need for updating a script = when we need to update a message. - improves quality, since it shows generic messages are not = detailed enough - lot's of messages which are equal, tells us that there might be = some code lines be coded twice or more or the message is not detailed = enough. - ..... =20 My suggestions is to do the following steps: - do we like this? All or only parts of it or nothing? - how do we want to implement this? Create a message class? And a = table? Or use the translation package? Or ... - there is no need to rewrite all scripts. I would be good enough = when we use a message system like this for all coding which is new or = rewritten for new functions. =20 With best regards, =20 Dick Stins ---- Original Message -----=20 From: Daintrees=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 8:48 PM Subject: Re: [Web-erp-developers] po tidy up I tried to remove punctuation - only at the end of sentences and = broke up strings around html. Notice you did SelectOrderItems.php too - a misson in itself - = both you and Steve did this one! =20 This tidy up is a misson Kitch - good job you seem to have broad = shoulders - and chose to accept it :-) =20 Phil ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 8:17 AM Subject: Re: [Web-erp-developers] po tidy up For me, the second option is better. Consider something like '<BR>ERROR ! The code could not be found. Please re-enter the GL = reference' and '<BR>ERROR ! The code could not be found. Please re-enter the = customer code' 'ERROR' and 'The code could not be found' are common phrases = that are scattered throughout the application. When split up as = suggested, only one instance of the text 'ERROR' and the text 'The code = could not be found' are needed in the .po file. Also, the current .po file is approaching 400K in size, so any = consolidation to reduce this should be considered A Good Thing (tm) :-) Kitch On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: =EF=BB=BF=20 Although I stuck to the majority of these recommendations I = would have one question. What about punctuation within a string. e.g. =20 '<BR> The code could not be found. Please verify and = re-enter.' =20 What about that period and space in the middle? Should it be =20 '<BR> ' . _('The code could not be found. Please verify and = re-enter') . '.' =20 or =20 '<BR> ' . _('The code could not be found') . '. ' . _('Please = verify and re-enter') . '.' =20 Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 1:48 PM Subject: Re: [Web-erp-developers] po tidy up OK, I've had a look at all this stuff and here's the = low-down .... As Phil says, things are somewhat messy with duplicate = definitions, bits of puctuation, bits of HTML and the like in the text = strings. I will go through all the existing modules and bash it into = a more consistent form (I must be mad ...). Can I request that when you put _() strings in your code you = do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into = pieces do not put punctuation in the string - again, break it = up into pieces be consistent about case I've made a web page to help with translating (default on = the left, your translation on the right) which I will send in when it = looks a bit prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 OK Kitch I got a lot of this in now - need to go back and do some double = checking though - Jesse just sent SpecialOrder.php which missed the cut = - its=20 bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course=20 Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it = was=20 which may be useful: > > I started translating web erp in italian, but realized that = messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable = encoding > > name. > > Message conversion to user's charset = might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset = might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily = translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function = wherever=20 possible - this does mean there is one common way for displaying = messages and=20 we can muck about with the formats as we like - it is pretty rudimentary = but=20 I like the idea of some kind of standardisation of messages. Many echo=20 statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely = indented=20 too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before = FROM.=20 WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have = the=20 code anyway you like - but I try to modify it to comply with that=20 Contributing.txt doc before committing to CVS. WE DID IT! |
From: Steve K. <s.k...@bu...> - 2004-11-19 12:09:28
|
A thought occurs to me on this ... It is true that table-based translations are easier to maintain. It is also true that this can increase database activity to lookup the text. However, what if we have table-based translations and load these into a session variable at logon ? Something like this ... Table 'Languageen' for English, Table 'Languageit' for Italian, Table 'Languagefr' for French, etc. Just create a new table for a new language. Structure ID integer not null text text 'en' is the default, 'fr' is the user's preferred language (for example) At user logon, load the ID, default text and translation text into a session array. It then a simple matter to parse the session array for the string you need using either the ID or the default text as the key. This also means you could use the ID or the default text in the code, which would maintain readability. Plus, you could get real fancy with the placement of variables within the text should the need arise. The ID option would also allow for different translations of the same string for different contexts (which can be a real problem - believe me, I've been there ...). The obvious downside here is increased memory usage - I guess about 1Mb per user session. Also, if you want output in a different language (say for a report), then you still need to do a lookup for the text. There would be a delay at logon (and if the user changes their language prefs) while the array is loaded, but I don't think that is a problem. With this type of mechanism, language maintenance becomes pretty trivial. New text and new languages could be easily added. The work done so far should not be compromised by this approach since rewriting the _() function should be sufficient for 90% of it. Opinions, comments ? (Feel free to tell me I'm talking rubbish :-)) Kitch On Fri, 2004-11-19 at 11:18 +0100, Steve Kitchen wrote: > Interesting points. >=20 > I have seen various implementations along these lines - > phpgroupware/eGroupware use table based translations and have a lang > function that does the lookup. There is also a string parser to insert > data variables at the appropriate points in the string. This does have > the advantage of dealing very nicely with variations in grammatical > constructs. >=20 > The trade-off is in database access - it is guaranteed that every page > load will have to access the db tables for its textual content. >=20 > With a system like web-ERP the db engine will be hyperactive anyway > and disk access is the most probable bottleneck. If we store screen > text in the db as well, this will adversely affect the performance. >=20 > Of course, if fiber-channel RAID arrays were cheap, this would be the > way to go ... :-) >=20 >=20 > Kitch >=20 >=20 > On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com wrote: >=20 > > I know it is late, but better late then never. You're example > > refreshed my memory. > > =20 > > In several development standards and projects, I was used to have an > > error/warning/information message coding system. > > =20 > > Every message should have it's own unique code/number followed with > > the text. I could happen that at different places in the code > > appears the same message like: "Wrong Code Entered". > > =20 > > In the system it would be coded with a function like: > > display_message(=20 > > 'E' , //E=3Dmessage type Error > > 'A', //A=3Dabort script or I=3Dinformational or > > W=3Dwarning > > 'WE001' ); // Wrong code Entered > > =20 > > At another error situation: > > display_message(=20 > > 'E' , //E=3Dmessage type Error, I=3DInformationa= l, > > W=3Dwarning, ... > > 'A', //A=3Dabort script or C=3DContinue or ... > > 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe mess= age > > number > > =20 > > The function will fetch the message based at the unique code (like > > 'WE002' ) and does what it should do.=20 > > =20 > > Both messages are the same, but the only difference is the exact > > place in a script where it is raised from. > > =20 > > When you find the exact message for more then one unique code, then > > there are a few reasons why this happens: > > - the message is not detailed enough > > - it is coded inefficient, because the same code is repeated at > > several places, while a function/procedure is able to prevent this > > and ...... so it helps to increase the quality of the program. > > - it increases performance (but I have never seen a good example of > > this) > > =20 > > Where do you store the messages? Normally in a table, so it would be > > easy to update the messages without changing the source. An extra > > column could be entered to implement multilanguage for messages like > > these. May be are their other good implementation methods. > > =20 > > When you display also the unique code, then you will always be able > > very easily to find the exact line in a script where the error is > > raised from. That's very handy for debugging and answering questions > > of end-users. > > =20 > > Sometimes, you need to be able to show parameters in a message like: > > "You entered the wrong code: #1 in #2" > > =20 > > For this we need a function/procedure which allows 2 parameters. > > display_message(=20 > > 'E' , //E=3Dmessage type Error, I=3DInformationa= l, > > W=3Dwarning, ... > > 'A', //A=3Dabort script or C=3DContinue or ... > > 'WE003', // You entered the wrong code: #1 in #2 WE=3DWeb > > Erp 002=3Dthe message number > > $code, > > 'index.php' ); > > =20 > > Resume advantages: > > - A standardised message system is good for the coding quality > > - It is much easier to find the exact script + line where the > > message is comming from > > - We would be able to update the message without the chance you make > > some typo in the script, because there is no need for updating a > > script when we need to update a message. > > - improves quality, since it shows generic messages are not > > detailed enough > > - lot's of messages which are equal, tells us that there might be > > some code lines be coded twice or more or the message is not > > detailed enough. > > - ..... > > =20 > > My suggestions is to do the following steps: > > - do we like this? All or only parts of it or nothing? > > - how do we want to implement this? Create a message class? And a > > table? Or use the translation package? Or ... > > - there is no need to rewrite all scripts. I would be good enough > > when we use a message system like this for all coding which is new > > or rewritten for new functions. > > =20 > > With best regards, > > =20 > > Dick Stins > > ---- Original Message -----=20 > >=20 > > From: Daintrees=20 > > To: web...@li...=20 > > Sent: Thursday, November 18, 2004 8:48 PM > > Subject: Re: [Web-erp-developers] po tidy up > > =20 > > =20 > > I tried to remove punctuation - only at the end of sentences > > and broke up strings around html. > > Notice you did SelectOrderItems.php too - a misson in itself > > - both you and Steve did this one! > > =20 > > This tidy up is a misson Kitch - good job you seem to have > > broad shoulders - and chose to accept it :-) > > =20 > > Phil > > =20 > > ----- Original Message -----=20 > > From: Steve Kitchen=20 > > To: web...@li...=20 > > Sent: Friday, November 19, 2004 8:17 AM > > Subject: Re: [Web-erp-developers] po tidy up > > =20 > > =20 > > For me, the second option is better. Consider > > something like > > =20 > > '<BR>ERROR ! The code could not be found. Please > > re-enter the GL reference' > > =20 > > and > > =20 > > '<BR>ERROR ! The code could not be found. Please > > re-enter the customer code' > > =20 > > =20 > > 'ERROR' and 'The code could not be found' are common > > phrases that are scattered throughout the > > application. When split up as suggested, only one > > instance of the text 'ERROR' and the text 'The code > > could not be found' are needed in the .po file. > > =20 > > Also, the current .po file is approaching 400K in > > size, so any consolidation to reduce this should be > > considered A Good Thing (tm) :-) > > =20 > > =20 > > Kitch > > =20 > > =20 > > =20 > > On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill > > wrote: > > =20 > > > =EF=BB=BF=20 > > > Although I stuck to the majority of these > > > recommendations I would have one question. What > > > about punctuation within a string. e.g. > > > =20 > > > '<BR> The code could not be found. Please verify > > > and re-enter.' > > > =20 > > > What about that period and space in the middle? > > > Should it be > > > =20 > > > '<BR> ' . _('The code could not be found. Please > > > verify and re-enter') . '.' > > > =20 > > > or > > > =20 > > > '<BR> ' . _('The code could not be found') . > > > '. ' . _('Please verify and re-enter') . '.' > > > =20 > > > Steve > > >=20 > > > ----- Original Message -----=20 > > > From: Steve Kitchen=20 > > > To: > > > web...@li...=20 > > > Sent: Thursday, November 18, 2004 1:48 PM > > > Subject: Re: [Web-erp-developers] po tidy > > > up > > > =20 > > > =20 > > > OK, I've had a look at all this stuff and > > > here's the low-down .... > > > =20 > > > =20 > > > As Phil says, things are somewhat messy > > > with duplicate definitions, bits of > > > puctuation, bits of HTML and the like in > > > the text strings. > > > =20 > > > I will go through all the existing modules > > > and bash it into a more consistent form (I > > > must be mad ...). > > > =20 > > > =20 > > > Can I request that when you put _() > > > strings in your code you=20 > > > =20 > > > do not put spaces at the start or end > > > of the string > > > do not put HTML tags in the string - > > > break it up into pieces > > > do not put punctuation in the string - > > > again, break it up into pieces > > > be consistent about case > > > =20 > > > =20 > > > I've made a web page to help with > > > translating (default on the left, your > > > translation on the right) which I will > > > send in when it looks a bit prettier :-) > > > =20 > > > =20 > > > Catch y'all later ... > > > =20 > > > Kitch > > > =20 > > > On Fri, 2004-11-19 at 11:00 +1300, Phil > > > Daintree wrote: =20 > > > =20 > > > > OK Kitch I got a lot of this in now - nee= d to go back and do some double=20 > > > > checking though - Jesse just sent Special= Order.php which missed the cut - its=20 > > > > bed time here - can here knocking on the = wall telling me to knock off!! > > > >=20 > > > > Checking in CreditStatus.php; > > > > Checking in CustomerAllocations.php; > > > > Checking in CustomerBranches.php; > > > > Checking in DeliveryDetails.php; > > > > Checking in DiscountCategories.php; > > > > Checking in DiscountMatrix.php; > > > > Checking in Logout.php; > > > > Checking in SelectOrderItems.php; > > > > Checking in ShipmentCosting.php; > > > > Checking in Shipments.php; > > > > Checking in Shippers.php; > > > > Checking in Shipt_Select.php; > > > > Checking in ShiptsList.php; > > > > Checking in StockStatus.php; > > > > Checking in SuppCreditGRNs.php; > > > > Checking in SuppInvGLAnalysis.php; > > > > Checking in SuppPaymentRun.php; > > > > Checking in SuppShiptChgs.php; > > > > Checking in SuppTransGLAnalysis.php; > > > > Checking in SupplierAllocations.php; > > > > Checking in SupplierContacts.php; > > > > Checking in SupplierCredit.php; > > > > Checking in SupplierInquiry.php; > > > > Checking in SupplierInvoice.php; > > > > Checking in Suppliers.php; > > > >=20 > > > > quite a flourish to finish on..... > > > >=20 > > > > and of course=20 > > > > Checking in locale/en/LC_MESSAGES/message= s.po; > > > >=20 > > > >=20 > > > > Worried about introducing bugs with such = a lot at break neck speed. > > > > I re-ran xgettext to update messages.po > > > >=20 > > > >=20 > > > > An Italian chap contacted me spelling out= duplications in the .po as it was=20 > > > > which may be useful: > > > >=20 > > > > > > I started translating web erp in ital= ian, but realized that messages.po > > > > > > in italian is not complete > > > > > > > > > > > > even *.po in english seem not perfect= either: > > > > > > > > > > > > -------------------------------------= ------------------------------- > > > > > > bash-2.05b$ msgfmt *.po > > > > > > msgfmt: index.po: warning: Charset "C= HARSET" is not a portable encoding > > > > > > name. > > > > > > Message co= nversion to user's charset might > > > > > > not work. > > > > > > msgfmt: messages.po: warning: Charset= "CHARSET" is not a portable > > > > > > encoding name. > > > > > > Message= conversion to user's charset might > > > > > > not work. > > > > > > messages.po:7: duplicate message defi= nition > > > > > > index.po:8: ...this is the location o= f the first definition > > > > > > messages.po:20: duplicate message def= inition > > > > > > index.po:418: ...this is the location= of the first definition > > > > > > messages.po:844: duplicate message de= finition > > > > > > index.po:414: ...this is the location= of the first definition > > > > > > messages.po:1165: duplicate message d= efinition > > > > > > index.po:293: ...this is the location= of the first definition > > > > > > messages.po:1800: duplicate message d= efinition > > > > > > index.po:29: ...this is the location = of the first definition > > > > > > messages.po:3793: duplicate message d= efinition > > > > > > index.po:410: ...this is the location= of the first definition > > > > > > messages.po:3849: duplicate message d= efinition > > > > > > index.po:378: ...this is the location= of the first definition > > > > > > messages.po:4087: duplicate message d= efinition > > > > > > index.po:390: ...this is the location= of the first definition > > > > > > messages.po:4410: duplicate message d= efinition > > > > > > index.po:209: ...this is the location= of the first definition > > > > > > messages.po:5518: duplicate message d= efinition > > > > > > index.po:149: ...this is the location= of the first definition > > > > > > messages.po:6958: duplicate message d= efinition > > > > > > index.po:189: ...this is the location= of the first definition > > > > > > messages.po:7683: duplicate message d= efinition > > > > > > index.po:153: ...this is the location= of the first definition > > > > > > messages.po:9314: duplicate message d= efinition > > > > > > index.po:21: ...this is the location = of the first definition > > > > > > messages.po:9326: duplicate message d= efinition > > > > > > index.po:257: ...this is the location= of the first definition > > > > > > messages.po:9368: duplicate message d= efinition > > > > > > index.po:265: ...this is the location= of the first definition > > > > > > messages.po:9641: duplicate message d= efinition > > > > > > index.po:25: ...this is the location = of the first definition > > > > > > messages.po:9649: duplicate message d= efinition > > > > > > index.po:33: ...this is the location = of the first definition > > > > > > messages.po:9653: duplicate message d= efinition > > > > > > index.po:37: ...this is the location = of the first definition > > > > > > messages.po:9657: duplicate message d= efinition > > > > > > index.po:41: ...this is the location = of the first definition > > > > > > messages.po:9661: duplicate message d= efinition > > > > > > msgfmt: too many errors, aborting > > > > > > -------------------------------------= -------------------------- > > > > > > > > > > > > if you can provide a valid/updated me= ssages.po I will happily translate > > > > > > it in italian > > > > > > > > > > > > bye > > > > > > > > > > > > xlyz > > > >=20 > > > >=20 > > > > A few minor points men - I'm trying to us= e Jesse's prnMsg function wherever=20 > > > > possible - this does mean there is one co= mmon way for displaying messages and=20 > > > > we can muck about with the formats as we = like - it is pretty rudimentary but=20 > > > > I like the idea of some kind of standardi= sation of messages. Many echo=20 > > > > statements can lose the <BR> and slot int= o a prnMsg instead. > > > >=20 > > > > I am probably slightly autistic in my zea= l for having the code nicely indented=20 > > > > too - I tend to break after </TD> so the = next line starts on a <TD> > > > > HTML in CAPS ideally. SQL broken up field= by field line breaks before FROM.=20 > > > > WHERE, AND, GROUP BY, ORDER BY > > > >=20 > > > > All very picky stuff - dont bother if you= dont want to I happy to have the=20 > > > > code anyway you like - but I try to modif= y it to comply with that=20 > > > > Contributing.txt doc before committing to= CVS. > > > >=20 > > > > WE DID IT! > > > >=20 |
From: Steve K. <sk...@ro...> - 2004-11-19 12:34:03
|
Think we discussed this a few months ago when starting Kitch. As I = remember it was the most lively topic discussed in recent times! Many = points were discussed (debated) and it was decided to go with the = standard gettext approach. We have more support, tools and familiarity = that way. Maximizes understanding and minimizes impact. There is a modification of gettext that allows embedded variables but it = was decided at the time to go with the standard. There is a group that = continues to work on gettext so possibly the standard will be modified = to accommodate embedded variables in the future. =20 Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 7:09 AM Subject: Re: [Web-erp-developers] po tidy up A thought occurs to me on this ... It is true that table-based translations are easier to maintain. It is = also true that this can increase database activity to lookup the text. However, what if we have table-based translations and load these into = a session variable at logon ? Something like this ... Table 'Languageen' for English, Table 'Languageit' for Italian, Table = 'Languagefr' for French, etc. Just create a new table for a new = language. Structure ID integer not null text text 'en' is the default, 'fr' is the user's preferred language (for = example) At user logon, load the ID, default text and translation text into a = session array. It then a simple matter to parse the session array for = the string you need using either the ID or the default text as the key. = This also means you could use the ID or the default text in the code, = which would maintain readability. Plus, you could get real fancy with = the placement of variables within the text should the need arise. The ID option would also allow for different translations of the same = string for different contexts (which can be a real problem - believe me, = I've been there ...). The obvious downside here is increased memory usage - I guess about = 1Mb per user session. Also, if you want output in a different language = (say for a report), then you still need to do a lookup for the text. = There would be a delay at logon (and if the user changes their language = prefs) while the array is loaded, but I don't think that is a problem. With this type of mechanism, language maintenance becomes pretty = trivial. New text and new languages could be easily added. The work done so far should not be compromised by this approach since = rewriting the _() function should be sufficient for 90% of it. Opinions, comments ? (Feel free to tell me I'm talking rubbish :-)) Kitch On Fri, 2004-11-19 at 11:18 +0100, Steve Kitchen wrote: Interesting points. I have seen various implementations along these lines - = phpgroupware/eGroupware use table based translations and have a lang = function that does the lookup. There is also a string parser to insert = data variables at the appropriate points in the string. This does have = the advantage of dealing very nicely with variations in grammatical = constructs. The trade-off is in database access - it is guaranteed that every = page load will have to access the db tables for its textual content. With a system like web-ERP the db engine will be hyperactive anyway = and disk access is the most probable bottleneck. If we store screen text = in the db as well, this will adversely affect the performance. Of course, if fiber-channel RAID arrays were cheap, this would be = the way to go ... :-) Kitch On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com = wrote: I know it is late, but better late then never. You're example = refreshed my memory. =20 In several development standards and projects, I was used to have = an error/warning/information message coding system. =20 Every message should have it's own unique code/number followed = with the text. I could happen that at different places in the code = appears the same message like: "Wrong Code Entered". =20 In the system it would be coded with a function like: display_message(=20 'E' , //E=3Dmessage type Error 'A', //A=3Dabort script or I=3Dinformational = or W=3Dwarning 'WE001' ); // Wrong code Entered =20 At another error situation: display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or = ... 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe = message number =20 The function will fetch the message based at the unique code = (like 'WE002' ) and does what it should do.=20 =20 Both messages are the same, but the only difference is the exact = place in a script where it is raised from. =20 When you find the exact message for more then one unique code, = then there are a few reasons why this happens: - the message is not detailed enough - it is coded inefficient, because the same code is repeated at = several places, while a function/procedure is able to prevent this and = ...... so it helps to increase the quality of the program. - it increases performance (but I have never seen a good example = of this) =20 Where do you store the messages? Normally in a table, so it would = be easy to update the messages without changing the source. An extra = column could be entered to implement multilanguage for messages like = these. May be are their other good implementation methods. =20 When you display also the unique code, then you will always be = able very easily to find the exact line in a script where the error is = raised from. That's very handy for debugging and answering questions of = end-users. =20 Sometimes, you need to be able to show parameters in a message = like: "You entered the wrong code: #1 in #2" =20 For this we need a function/procedure which allows 2 parameters. display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or = ... 'WE003', // You entered the wrong code: #1 in #2 = WE=3DWeb Erp 002=3Dthe message number $code, 'index.php' ); =20 Resume advantages: - A standardised message system is good for the coding quality - It is much easier to find the exact script + line where the = message is comming from - We would be able to update the message without the chance you = make some typo in the script, because there is no need for updating a = script when we need to update a message. - improves quality, since it shows generic messages are not = detailed enough - lot's of messages which are equal, tells us that there might be = some code lines be coded twice or more or the message is not detailed = enough. - ..... =20 My suggestions is to do the following steps: - do we like this? All or only parts of it or nothing? - how do we want to implement this? Create a message class? And a = table? Or use the translation package? Or ... - there is no need to rewrite all scripts. I would be good enough = when we use a message system like this for all coding which is new or = rewritten for new functions. =20 With best regards, =20 Dick Stins ---- Original Message -----=20 From: Daintrees=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 8:48 PM Subject: Re: [Web-erp-developers] po tidy up I tried to remove punctuation - only at the end of sentences and = broke up strings around html. Notice you did SelectOrderItems.php too - a misson in itself - = both you and Steve did this one! =20 This tidy up is a misson Kitch - good job you seem to have broad = shoulders - and chose to accept it :-) =20 Phil ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 8:17 AM Subject: Re: [Web-erp-developers] po tidy up For me, the second option is better. Consider something like '<BR>ERROR ! The code could not be found. Please re-enter the = GL reference' and '<BR>ERROR ! The code could not be found. Please re-enter the = customer code' 'ERROR' and 'The code could not be found' are common phrases = that are scattered throughout the application. When split up as = suggested, only one instance of the text 'ERROR' and the text 'The code = could not be found' are needed in the .po file. Also, the current .po file is approaching 400K in size, so any = consolidation to reduce this should be considered A Good Thing (tm) :-) Kitch On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: =EF=BB=BF=20 Although I stuck to the majority of these recommendations I = would have one question. What about punctuation within a string. e.g. =20 '<BR> The code could not be found. Please verify and = re-enter.' =20 What about that period and space in the middle? Should it = be =20 '<BR> ' . _('The code could not be found. Please verify and = re-enter') . '.' =20 or =20 '<BR> ' . _('The code could not be found') . '. ' . = _('Please verify and re-enter') . '.' =20 Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 1:48 PM Subject: Re: [Web-erp-developers] po tidy up OK, I've had a look at all this stuff and here's the = low-down .... As Phil says, things are somewhat messy with duplicate = definitions, bits of puctuation, bits of HTML and the like in the text = strings. I will go through all the existing modules and bash it = into a more consistent form (I must be mad ...). Can I request that when you put _() strings in your code = you=20 do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into = pieces do not put punctuation in the string - again, break it = up into pieces be consistent about case I've made a web page to help with translating (default on = the left, your translation on the right) which I will send in when it = looks a bit prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 OK Kitch I got a lot of this in now - need to go back and do some double = checking though - Jesse just sent SpecialOrder.php which missed the cut = - its=20 bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course=20 Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it = was=20 which may be useful: > > I started translating web erp in italian, but realized that = messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable = encoding > > name. > > Message conversion to user's charset = might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset = might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily = translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function = wherever=20 possible - this does mean there is one common way for displaying = messages and=20 we can muck about with the formats as we like - it is pretty rudimentary = but=20 I like the idea of some kind of standardisation of messages. Many echo=20 statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely = indented=20 too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before = FROM.=20 WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have = the=20 code anyway you like - but I try to modify it to comply with that=20 Contributing.txt doc before committing to CVS. WE DID IT! |
From: Phil D. <we...@pa...> - 2004-11-19 06:33:04
|
Kitch, Since I imagine you'll be modifying a gazillion scripts I will not do any more until you send me what you have done. I must say you sure are a man who knows how to roll his sleeves up! Phil On Friday 19 November 2004 07:48, Steve Kitchen wrote: > OK, I've had a look at all this stuff and here's the low-down .... > > > As Phil says, things are somewhat messy with duplicate definitions, bits > of puctuation, bits of HTML and the like in the text strings. > > I will go through all the existing modules and bash it into a more > consistent form (I must be mad ...). > > > Can I request that when you put _() strings in your code you > > do not put spaces at the start or end of the string > do not put HTML tags in the string - break it up into pieces > do not put punctuation in the string - again, break it up into > pieces > be consistent about case > > > I've made a web page to help with translating (default on the left, your > translation on the right) which I will send in when it looks a bit > prettier :-) > > > Catch y'all later ... > > Kitch > > On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote: > > OK Kitch I got a lot of this in now - need to go back and do some double > > checking though - Jesse just sent SpecialOrder.php which missed the cut - > > its bed time here - can here knocking on the wall telling me to knock > > off!! > > > > Checking in CreditStatus.php; > > Checking in CustomerAllocations.php; > > Checking in CustomerBranches.php; > > Checking in DeliveryDetails.php; > > Checking in DiscountCategories.php; > > Checking in DiscountMatrix.php; > > Checking in Logout.php; > > Checking in SelectOrderItems.php; > > Checking in ShipmentCosting.php; > > Checking in Shipments.php; > > Checking in Shippers.php; > > Checking in Shipt_Select.php; > > Checking in ShiptsList.php; > > Checking in StockStatus.php; > > Checking in SuppCreditGRNs.php; > > Checking in SuppInvGLAnalysis.php; > > Checking in SuppPaymentRun.php; > > Checking in SuppShiptChgs.php; > > Checking in SuppTransGLAnalysis.php; > > Checking in SupplierAllocations.php; > > Checking in SupplierContacts.php; > > Checking in SupplierCredit.php; > > Checking in SupplierInquiry.php; > > Checking in SupplierInvoice.php; > > Checking in Suppliers.php; > > > > quite a flourish to finish on..... > > > > and of course > > Checking in locale/en/LC_MESSAGES/messages.po; > > > > > > Worried about introducing bugs with such a lot at break neck speed. > > I re-ran xgettext to update messages.po > > > > > > An Italian chap contacted me spelling out duplications in the .po as it > > was > > > > which may be useful: > > > > I started translating web erp in italian, but realized that > > > > messages.po in italian is not complete > > > > > > > > even *.po in english seem not perfect either: > > > > > > > > -------------------------------------------------------------------- > > > > bash-2.05b$ msgfmt *.po > > > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable > > > > encoding name. > > > > Message conversion to user's charset might > > > > not work. > > > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > > > encoding name. > > > > Message conversion to user's charset > > > > might not work. > > > > messages.po:7: duplicate message definition > > > > index.po:8: ...this is the location of the first definition > > > > messages.po:20: duplicate message definition > > > > index.po:418: ...this is the location of the first definition > > > > messages.po:844: duplicate message definition > > > > index.po:414: ...this is the location of the first definition > > > > messages.po:1165: duplicate message definition > > > > index.po:293: ...this is the location of the first definition > > > > messages.po:1800: duplicate message definition > > > > index.po:29: ...this is the location of the first definition > > > > messages.po:3793: duplicate message definition > > > > index.po:410: ...this is the location of the first definition > > > > messages.po:3849: duplicate message definition > > > > index.po:378: ...this is the location of the first definition > > > > messages.po:4087: duplicate message definition > > > > index.po:390: ...this is the location of the first definition > > > > messages.po:4410: duplicate message definition > > > > index.po:209: ...this is the location of the first definition > > > > messages.po:5518: duplicate message definition > > > > index.po:149: ...this is the location of the first definition > > > > messages.po:6958: duplicate message definition > > > > index.po:189: ...this is the location of the first definition > > > > messages.po:7683: duplicate message definition > > > > index.po:153: ...this is the location of the first definition > > > > messages.po:9314: duplicate message definition > > > > index.po:21: ...this is the location of the first definition > > > > messages.po:9326: duplicate message definition > > > > index.po:257: ...this is the location of the first definition > > > > messages.po:9368: duplicate message definition > > > > index.po:265: ...this is the location of the first definition > > > > messages.po:9641: duplicate message definition > > > > index.po:25: ...this is the location of the first definition > > > > messages.po:9649: duplicate message definition > > > > index.po:33: ...this is the location of the first definition > > > > messages.po:9653: duplicate message definition > > > > index.po:37: ...this is the location of the first definition > > > > messages.po:9657: duplicate message definition > > > > index.po:41: ...this is the location of the first definition > > > > messages.po:9661: duplicate message definition > > > > msgfmt: too many errors, aborting > > > > --------------------------------------------------------------- > > > > > > > > if you can provide a valid/updated messages.po I will happily > > > > translate it in italian > > > > > > > > bye > > > > > > > > xlyz > > > > A few minor points men - I'm trying to use Jesse's prnMsg function > > wherever possible - this does mean there is one common way for displaying > > messages and we can muck about with the formats as we like - it is pretty > > rudimentary but I like the idea of some kind of standardisation of > > messages. Many echo statements can lose the <BR> and slot into a prnMsg > > instead. > > > > I am probably slightly autistic in my zeal for having the code nicely > > indented too - I tend to break after </TD> so the next line starts on a > > <TD> HTML in CAPS ideally. SQL broken up field by field line breaks > > before FROM. WHERE, AND, GROUP BY, ORDER BY > > > > All very picky stuff - dont bother if you dont want to I happy to have > > the code anyway you like - but I try to modify it to comply with that > > Contributing.txt doc before committing to CVS. > > > > WE DID IT! -- Phil |
From: Stins, D. www.Zion-IT.c. <DR...@Zi...> - 2004-11-19 12:43:46
|
Steve,=20 Sounds great, but these kind of implementations has been evaluated = before.... I am not sure, but when I remember it right, one of the main reasons is = that the current solution is proven technology. May be something for release 10.... and/or after some research and the = conclusion that it is faster, needs less resources and is easier to = maintain and the current solutions is causing serious problems. with best regards, Dick Stins ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 1:09 PM Subject: Re: [Web-erp-developers] po tidy up A thought occurs to me on this ... It is true that table-based translations are easier to maintain. It is = also true that this can increase database activity to lookup the text. However, what if we have table-based translations and load these into = a session variable at logon ? Something like this ... Table 'Languageen' for English, Table 'Languageit' for Italian, Table = 'Languagefr' for French, etc. Just create a new table for a new = language. Structure ID integer not null text text 'en' is the default, 'fr' is the user's preferred language (for = example) At user logon, load the ID, default text and translation text into a = session array. It then a simple matter to parse the session array for = the string you need using either the ID or the default text as the key. = This also means you could use the ID or the default text in the code, = which would maintain readability. Plus, you could get real fancy with = the placement of variables within the text should the need arise. The ID option would also allow for different translations of the same = string for different contexts (which can be a real problem - believe me, = I've been there ...). The obvious downside here is increased memory usage - I guess about = 1Mb per user session. Also, if you want output in a different language = (say for a report), then you still need to do a lookup for the text. = There would be a delay at logon (and if the user changes their language = prefs) while the array is loaded, but I don't think that is a problem. With this type of mechanism, language maintenance becomes pretty = trivial. New text and new languages could be easily added. The work done so far should not be compromised by this approach since = rewriting the _() function should be sufficient for 90% of it. Opinions, comments ? (Feel free to tell me I'm talking rubbish :-)) Kitch On Fri, 2004-11-19 at 11:18 +0100, Steve Kitchen wrote: Interesting points. I have seen various implementations along these lines - = phpgroupware/eGroupware use table based translations and have a lang = function that does the lookup. There is also a string parser to insert = data variables at the appropriate points in the string. This does have = the advantage of dealing very nicely with variations in grammatical = constructs. The trade-off is in database access - it is guaranteed that every = page load will have to access the db tables for its textual content. With a system like web-ERP the db engine will be hyperactive anyway = and disk access is the most probable bottleneck. If we store screen text = in the db as well, this will adversely affect the performance. Of course, if fiber-channel RAID arrays were cheap, this would be = the way to go ... :-) Kitch On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick www.Zion-IT.com = wrote: I know it is late, but better late then never. You're example = refreshed my memory. =20 In several development standards and projects, I was used to have = an error/warning/information message coding system. =20 Every message should have it's own unique code/number followed = with the text. I could happen that at different places in the code = appears the same message like: "Wrong Code Entered". =20 In the system it would be coded with a function like: display_message(=20 'E' , //E=3Dmessage type Error 'A', //A=3Dabort script or I=3Dinformational = or W=3Dwarning 'WE001' ); // Wrong code Entered =20 At another error situation: display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or = ... 'WE002' ); // Wrong code Entered WE=3DWeb Erp 002=3Dthe = message number =20 The function will fetch the message based at the unique code = (like 'WE002' ) and does what it should do.=20 =20 Both messages are the same, but the only difference is the exact = place in a script where it is raised from. =20 When you find the exact message for more then one unique code, = then there are a few reasons why this happens: - the message is not detailed enough - it is coded inefficient, because the same code is repeated at = several places, while a function/procedure is able to prevent this and = ...... so it helps to increase the quality of the program. - it increases performance (but I have never seen a good example = of this) =20 Where do you store the messages? Normally in a table, so it would = be easy to update the messages without changing the source. An extra = column could be entered to implement multilanguage for messages like = these. May be are their other good implementation methods. =20 When you display also the unique code, then you will always be = able very easily to find the exact line in a script where the error is = raised from. That's very handy for debugging and answering questions of = end-users. =20 Sometimes, you need to be able to show parameters in a message = like: "You entered the wrong code: #1 in #2" =20 For this we need a function/procedure which allows 2 parameters. display_message(=20 'E' , //E=3Dmessage type Error, = I=3DInformational, W=3Dwarning, ... 'A', //A=3Dabort script or C=3DContinue or = ... 'WE003', // You entered the wrong code: #1 in #2 = WE=3DWeb Erp 002=3Dthe message number $code, 'index.php' ); =20 Resume advantages: - A standardised message system is good for the coding quality - It is much easier to find the exact script + line where the = message is comming from - We would be able to update the message without the chance you = make some typo in the script, because there is no need for updating a = script when we need to update a message. - improves quality, since it shows generic messages are not = detailed enough - lot's of messages which are equal, tells us that there might be = some code lines be coded twice or more or the message is not detailed = enough. - ..... =20 My suggestions is to do the following steps: - do we like this? All or only parts of it or nothing? - how do we want to implement this? Create a message class? And a = table? Or use the translation package? Or ... - there is no need to rewrite all scripts. I would be good enough = when we use a message system like this for all coding which is new or = rewritten for new functions. =20 With best regards, =20 Dick Stins ---- Original Message -----=20 From: Daintrees=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 8:48 PM Subject: Re: [Web-erp-developers] po tidy up I tried to remove punctuation - only at the end of sentences and = broke up strings around html. Notice you did SelectOrderItems.php too - a misson in itself - = both you and Steve did this one! =20 This tidy up is a misson Kitch - good job you seem to have broad = shoulders - and chose to accept it :-) =20 Phil ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Friday, November 19, 2004 8:17 AM Subject: Re: [Web-erp-developers] po tidy up For me, the second option is better. Consider something like '<BR>ERROR ! The code could not be found. Please re-enter the = GL reference' and '<BR>ERROR ! The code could not be found. Please re-enter the = customer code' 'ERROR' and 'The code could not be found' are common phrases = that are scattered throughout the application. When split up as = suggested, only one instance of the text 'ERROR' and the text 'The code = could not be found' are needed in the .po file. Also, the current .po file is approaching 400K in size, so any = consolidation to reduce this should be considered A Good Thing (tm) :-) Kitch On Thu, 2004-11-18 at 14:03 -0500, Steve Kaill wrote: =EF=BB=BF=20 Although I stuck to the majority of these recommendations I = would have one question. What about punctuation within a string. e.g. =20 '<BR> The code could not be found. Please verify and = re-enter.' =20 What about that period and space in the middle? Should it = be =20 '<BR> ' . _('The code could not be found. Please verify and = re-enter') . '.' =20 or =20 '<BR> ' . _('The code could not be found') . '. ' . = _('Please verify and re-enter') . '.' =20 Steve ----- Original Message -----=20 From: Steve Kitchen=20 To: web...@li...=20 Sent: Thursday, November 18, 2004 1:48 PM Subject: Re: [Web-erp-developers] po tidy up OK, I've had a look at all this stuff and here's the = low-down .... As Phil says, things are somewhat messy with duplicate = definitions, bits of puctuation, bits of HTML and the like in the text = strings. I will go through all the existing modules and bash it = into a more consistent form (I must be mad ...). Can I request that when you put _() strings in your code = you=20 do not put spaces at the start or end of the string do not put HTML tags in the string - break it up into = pieces do not put punctuation in the string - again, break it = up into pieces be consistent about case I've made a web page to help with translating (default on = the left, your translation on the right) which I will send in when it = looks a bit prettier :-) Catch y'all later ... Kitch On Fri, 2004-11-19 at 11:00 +1300, Phil Daintree wrote:=20 OK Kitch I got a lot of this in now - need to go back and do some double = checking though - Jesse just sent SpecialOrder.php which missed the cut = - its=20 bed time here - can here knocking on the wall telling me to knock off!! Checking in CreditStatus.php; Checking in CustomerAllocations.php; Checking in CustomerBranches.php; Checking in DeliveryDetails.php; Checking in DiscountCategories.php; Checking in DiscountMatrix.php; Checking in Logout.php; Checking in SelectOrderItems.php; Checking in ShipmentCosting.php; Checking in Shipments.php; Checking in Shippers.php; Checking in Shipt_Select.php; Checking in ShiptsList.php; Checking in StockStatus.php; Checking in SuppCreditGRNs.php; Checking in SuppInvGLAnalysis.php; Checking in SuppPaymentRun.php; Checking in SuppShiptChgs.php; Checking in SuppTransGLAnalysis.php; Checking in SupplierAllocations.php; Checking in SupplierContacts.php; Checking in SupplierCredit.php; Checking in SupplierInquiry.php; Checking in SupplierInvoice.php; Checking in Suppliers.php; quite a flourish to finish on..... and of course=20 Checking in locale/en/LC_MESSAGES/messages.po; Worried about introducing bugs with such a lot at break neck speed. I re-ran xgettext to update messages.po An Italian chap contacted me spelling out duplications in the .po as it = was=20 which may be useful: > > I started translating web erp in italian, but realized that = messages.po > > in italian is not complete > > > > even *.po in english seem not perfect either: > > > > -------------------------------------------------------------------- > > bash-2.05b$ msgfmt *.po > > msgfmt: index.po: warning: Charset "CHARSET" is not a portable = encoding > > name. > > Message conversion to user's charset = might > > not work. > > msgfmt: messages.po: warning: Charset "CHARSET" is not a portable > > encoding name. > > Message conversion to user's charset = might > > not work. > > messages.po:7: duplicate message definition > > index.po:8: ...this is the location of the first definition > > messages.po:20: duplicate message definition > > index.po:418: ...this is the location of the first definition > > messages.po:844: duplicate message definition > > index.po:414: ...this is the location of the first definition > > messages.po:1165: duplicate message definition > > index.po:293: ...this is the location of the first definition > > messages.po:1800: duplicate message definition > > index.po:29: ...this is the location of the first definition > > messages.po:3793: duplicate message definition > > index.po:410: ...this is the location of the first definition > > messages.po:3849: duplicate message definition > > index.po:378: ...this is the location of the first definition > > messages.po:4087: duplicate message definition > > index.po:390: ...this is the location of the first definition > > messages.po:4410: duplicate message definition > > index.po:209: ...this is the location of the first definition > > messages.po:5518: duplicate message definition > > index.po:149: ...this is the location of the first definition > > messages.po:6958: duplicate message definition > > index.po:189: ...this is the location of the first definition > > messages.po:7683: duplicate message definition > > index.po:153: ...this is the location of the first definition > > messages.po:9314: duplicate message definition > > index.po:21: ...this is the location of the first definition > > messages.po:9326: duplicate message definition > > index.po:257: ...this is the location of the first definition > > messages.po:9368: duplicate message definition > > index.po:265: ...this is the location of the first definition > > messages.po:9641: duplicate message definition > > index.po:25: ...this is the location of the first definition > > messages.po:9649: duplicate message definition > > index.po:33: ...this is the location of the first definition > > messages.po:9653: duplicate message definition > > index.po:37: ...this is the location of the first definition > > messages.po:9657: duplicate message definition > > index.po:41: ...this is the location of the first definition > > messages.po:9661: duplicate message definition > > msgfmt: too many errors, aborting > > --------------------------------------------------------------- > > > > if you can provide a valid/updated messages.po I will happily = translate > > it in italian > > > > bye > > > > xlyz A few minor points men - I'm trying to use Jesse's prnMsg function = wherever=20 possible - this does mean there is one common way for displaying = messages and=20 we can muck about with the formats as we like - it is pretty rudimentary = but=20 I like the idea of some kind of standardisation of messages. Many echo=20 statements can lose the <BR> and slot into a prnMsg instead. I am probably slightly autistic in my zeal for having the code nicely = indented=20 too - I tend to break after </TD> so the next line starts on a <TD> HTML in CAPS ideally. SQL broken up field by field line breaks before = FROM.=20 WHERE, AND, GROUP BY, ORDER BY All very picky stuff - dont bother if you dont want to I happy to have = the=20 code anyway you like - but I try to modify it to comply with that=20 Contributing.txt doc before committing to CVS. WE DID IT! |
From: Steve K. <s.k...@bu...> - 2004-11-19 12:47:13
|
OK, so the conclusion is that we'll go with what we've got. I'll get on with it :-) Kitch On Fri, 2004-11-19 at 13:48 +0100, Stins, Dick www.Zion-IT.com wrote: > Steve,=20 > =20 > Sounds great, but these kind of implementations has been evaluated > before.... > =20 > I am not sure, but when I remember it right, one of the main reasons > is that the current solution is proven technology. > =20 > May be something for release 10.... and/or after some research and the > conclusion that it is faster, needs less resources and is easier to > maintain and the current solutions is causing serious problems. > =20 > with best regards, > =20 > Dick Stins >=20 > ----- Original Message -----=20 > From: Steve Kitchen=20 > To: web...@li...=20 > Sent: Friday, November 19, 2004 1:09 PM > Subject: Re: [Web-erp-developers] po tidy up > =20 > =20 > A thought occurs to me on this ... > =20 > It is true that table-based translations are easier to > maintain. It is also true that this can increase database > activity to lookup the text. > =20 > However, what if we have table-based translations and load > these into a session variable at logon ? > =20 > Something like this ... > =20 > =20 > Table 'Languageen' for English, Table 'Languageit' for > Italian, Table 'Languagefr' for French, etc. Just create a new > table for a new language. > =20 > Structure > =20 > ID integer not null > text text > =20 > =20 > 'en' is the default, 'fr' is the user's preferred language > (for example) > =20 > =20 > At user logon, load the ID, default text and translation text > into a session array. It then a simple matter to parse the > session array for the string you need using either the ID or > the default text as the key. This also means you could use the > ID or the default text in the code, which would maintain > readability. Plus, you could get real fancy with the placement > of variables within the text should the need arise. > =20 > The ID option would also allow for different translations of > the same string for different contexts (which can be a real > problem - believe me, I've been there ...). > =20 > The obvious downside here is increased memory usage - I guess > about 1Mb per user session. Also, if you want output in a > different language (say for a report), then you still need to > do a lookup for the text. There would be a delay at logon (and > if the user changes their language prefs) while the array is > loaded, but I don't think that is a problem. > =20 > With this type of mechanism, language maintenance becomes > pretty trivial. New text and new languages could be easily > added. > =20 > =20 > The work done so far should not be compromised by this > approach since rewriting the _() function should be sufficient > for 90% of it. > =20 > =20 > Opinions, comments ? (Feel free to tell me I'm talking > rubbish :-)) > =20 > Kitch > =20 > =20 > On Fri, 2004-11-19 at 11:18 +0100, Steve Kitchen wrote: > =20 > > Interesting points. > >=20 > > I have seen various implementations along these lines - > > phpgroupware/eGroupware use table based translations and > > have a lang function that does the lookup. There is also a > > string parser to insert data variables at the appropriate > > points in the string. This does have the advantage of > > dealing very nicely with variations in grammatical > > constructs. > >=20 > > The trade-off is in database access - it is guaranteed that > > every page load will have to access the db tables for its > > textual content. > >=20 > > With a system like web-ERP the db engine will be hyperactive > > anyway and disk access is the most probable bottleneck. If > > we store screen text in the db as well, this will adversely > > affect the performance. > >=20 > > Of course, if fiber-channel RAID arrays were cheap, this > > would be the way to go ... :-) > >=20 > >=20 > > Kitch > >=20 > >=20 > > On Thu, 2004-11-18 at 23:02 +0100, Stins, Dick > > www.Zion-IT.com wrote: > >=20 > > > I know it is late, but better late then never. You're > > > example refreshed my memory. > > > =20 > > > In several development standards and projects, I was used > > > to have an error/warning/information message coding > > > system. > > > =20 > > > Every message should have it's own unique code/number > > > followed with the text. I could happen that at different > > > places in the code appears the same message like: "Wrong > > > Code Entered". > > > =20 > > > In the system it would be coded with a function like: > > > display_message(=20 > > > 'E' , //E=3Dmessage type Error > > > 'A', //A=3Dabort script or > > > I=3Dinformational or W=3Dwarning > > > 'WE001' ); // Wrong code Entered > > > =20 > > > At another error situation: > > > display_message(=20 > > > 'E' , //E=3Dmessage type Error, > > > I=3DInformational, W=3Dwarning, ... > > > 'A', //A=3Dabort script or C=3DContinu= e > > > or ... > > > 'WE002' ); // Wrong code Entered WE=3DWeb Erp > > > 002=3Dthe message number > > > =20 > > > The function will fetch the message based at the unique > > > code (like 'WE002' ) and does what it should do.=20 > > > =20 > > > Both messages are the same, but the only difference is the > > > exact place in a script where it is raised from. > > > =20 > > > When you find the exact message for more then one unique > > > code, then there are a few reasons why this happens: > > > - the message is not detailed enough > > > - it is coded inefficient, because the same code is > > > repeated at several places, while a function/procedure is > > > able to prevent this and ...... so it helps to increase > > > the quality of the program. > > > - it increases performance (but I have never seen a good > > > example of this) > > > =20 > > > Where do you store the messages? Normally in a table, so > > > it would be easy to update the messages without changing > > > the source. An extra column could be entered to > > > implement multilanguage for messages like these. May be > > > are their other good implementation methods. > > > =20 > > > When you display also the unique code, then you will > > > always be able very easily to find the exact line in a > > > script where the error is raised from. That's very handy > > > for debugging and answering questions of end-users. > > > =20 > > > Sometimes, you need to be able to show parameters in a > > > message like: > > > "You entered the wrong code: #1 in #2" > > > =20 > > > For this we need a function/procedure which allows 2 > > > parameters. > > > display_message(=20 > > > 'E' , //E=3Dmessage type Error, > > > I=3DInformational, W=3Dwarning, ... > > > 'A', //A=3Dabort script or C=3DContinu= e > > > or ... > > > 'WE003', // You entered the wrong code: #1 in #2 > > > WE=3DWeb Erp 002=3Dthe message number > > > $code, > > > 'index.php' ); > > > =20 > > > Resume advantages: > > > - A standardised message system is good for the coding > > > quality > > > - It is much easier to find the exact script + line where > > > the message is comming from > > > - We would be able to update the message without the > > > chance you make some typo in the script, because there is > > > no need for updating a script when we need to update a > > > message. > > > - improves quality, since it shows generic messages are > > > not detailed enough > > > - lot's of messages which are equal, tells us that there > > > might be some code lines be coded twice or more or the > > > message is not detailed enough. > > > - ..... > > > =20 > > > My suggestions is to do the following steps: > > > - do we like this? All or only parts of it or nothing? > > > - how do we want to implement this? Create a message > > > class? And a table? Or use the translation package? Or ... > > > - there is no need to rewrite all scripts. I would be > > > good enough when we use a message system like this for all > > > coding which is new or rewritten for new functions. > > > =20 > > > With best regards, > > > =20 > > > Dick Stins > > > ---- Original Message -----=20 > > >=20 > > > From: Daintrees=20 > > > To: web...@li...=20 > > > Sent: Thursday, November 18, 2004 8:48 PM > > > Subject: Re: [Web-erp-developers] po tidy up > > > =20 > > > =20 > > > I tried to remove punctuation - only at the end of > > > sentences and broke up strings around html. > > > Notice you did SelectOrderItems.php too - a misson > > > in itself - both you and Steve did this one! > > > =20 > > > This tidy up is a misson Kitch - good job you seem > > > to have broad shoulders - and chose to accept > > > it :-) > > > =20 > > > Phil > > > =20 > > > ----- Original Message -----=20 > > > From: Steve Kitchen=20 > > > To: > > > web...@li...=20 > > > Sent: Friday, November 19, 2004 8:17 AM > > > Subject: Re: [Web-erp-developers] po tidy > > > up > > > =20 > > > =20 > > > For me, the second option is better. > > > Consider something like > > > =20 > > > '<BR>ERROR ! The code could not be found. > > > Please re-enter the GL reference' > > > =20 > > > and > > > =20 > > > '<BR>ERROR ! The code could not be found. > > > Please re-enter the customer code' > > > =20 > > > =20 > > > 'ERROR' and 'The code could not be found' > > > are common phrases that are scattered > > > throughout the application. When split up > > > as suggested, only one instance of the > > > text 'ERROR' and the text 'The code could > > > not be found' are needed in the .po file. > > > =20 > > > Also, the current .po file is approaching > > > 400K in size, so any consolidation to > > > reduce this should be considered A Good > > > Thing (tm) :-) > > > =20 > > > =20 > > > Kitch > > > =20 > > > =20 > > > =20 > > > On Thu, 2004-11-18 at 14:03 -0500, Steve > > > Kaill wrote: > > > =20 > > > > =EF=BB=BF=20 > > > > Although I stuck to the majority of > > > > these recommendations I would have one > > > > question. What about punctuation within > > > > a string. e.g. > > > > =20 > > > > '<BR> The code could not be found. > > > > Please verify and re-enter.' > > > > =20 > > > > What about that period and space in the > > > > middle? Should it be > > > > =20 > > > > '<BR> ' . _('The code could not be > > > > found. Please verify and re-enter') . > > > > '.' > > > > =20 > > > > or > > > > =20 > > > > '<BR> ' . _('The code could not be > > > > found') . '. ' . _('Please verify and > > > > re-enter') . '.' > > > > =20 > > > > Steve > > > >=20 > > > > ----- Original Message -----=20 > > > > From: Steve Kitchen=20 > > > > To: > > > > web...@li...urcefo= rge.net=20 > > > > Sent: Thursday, November 18, > > > > 2004 1:48 PM > > > > Subject: Re: > > > > [Web-erp-developers] po tidy up > > > > =20 > > > > =20 > > > > OK, I've had a look at all this > > > > stuff and here's the > > > > low-down .... > > > > =20 > > > > =20 > > > > As Phil says, things are > > > > somewhat messy with duplicate > > > > definitions, bits of puctuation, > > > > bits of HTML and the like in the > > > > text strings. > > > > =20 > > > > I will go through all the > > > > existing modules and bash it > > > > into a more consistent form (I > > > > must be mad ...). > > > > =20 > > > > =20 > > > > Can I request that when you put > > > > _() strings in your code you=20 > > > > =20 > > > > do not put spaces at the > > > > start or end of the string > > > > do not put HTML tags in the > > > > string - break it up into pieces > > > > do not put punctuation in > > > > the string - again, break it up > > > > into pieces > > > > be consistent about case > > > > =20 > > > > =20 > > > > I've made a web page to help > > > > with translating (default on the > > > > left, your translation on the > > > > right) which I will send in when > > > > it looks a bit prettier :-) > > > > =20 > > > > =20 > > > > Catch y'all later ... > > > > =20 > > > > Kitch > > > > =20 > > > > On Fri, 2004-11-19 at 11:00 > > > > +1300, Phil Daintree wrote: =20 > > > > =20 > > > > > OK Kitch I got a lot of this in= now - need to go back and do some double=20 > > > > > checking though - Jesse just se= nt SpecialOrder.php which missed the cut - its=20 > > > > > bed time here - can here knocki= ng on the wall telling me to knock off!! > > > > >=20 > > > > > Checking in CreditStatus.php; > > > > > Checking in CustomerAllocations= .php; > > > > > Checking in CustomerBranches.ph= p; > > > > > Checking in DeliveryDetails.php= ; > > > > > Checking in DiscountCategories.= php; > > > > > Checking in DiscountMatrix.php; > > > > > Checking in Logout.php; > > > > > Checking in SelectOrderItems.ph= p; > > > > > Checking in ShipmentCosting.php= ; > > > > > Checking in Shipments.php; > > > > > Checking in Shippers.php; > > > > > Checking in Shipt_Select.php; > > > > > Checking in ShiptsList.php; > > > > > Checking in StockStatus.php; > > > > > Checking in SuppCreditGRNs.php; > > > > > Checking in SuppInvGLAnalysis.p= hp; > > > > > Checking in SuppPaymentRun.php; > > > > > Checking in SuppShiptChgs.php; > > > > > Checking in SuppTransGLAnalysis= .php; > > > > > Checking in SupplierAllocations= .php; > > > > > Checking in SupplierContacts.ph= p; > > > > > Checking in SupplierCredit.php; > > > > > Checking in SupplierInquiry.php= ; > > > > > Checking in SupplierInvoice.php= ; > > > > > Checking in Suppliers.php; > > > > >=20 > > > > > quite a flourish to finish on..= ... > > > > >=20 > > > > > and of course=20 > > > > > Checking in locale/en/LC_MESSAG= ES/messages.po; > > > > >=20 > > > > >=20 > > > > > Worried about introducing bugs = with such a lot at break neck speed. > > > > > I re-ran xgettext to update mes= sages.po > > > > >=20 > > > > >=20 > > > > > An Italian chap contacted me sp= elling out duplications in the .po as it was=20 > > > > > which may be useful: > > > > >=20 > > > > > > > I started translating web e= rp in italian, but realized that messages.po > > > > > > > in italian is not complete > > > > > > > > > > > > > > even *.po in english seem n= ot perfect either: > > > > > > > > > > > > > > ---------------------------= ----------------------------------------- > > > > > > > bash-2.05b$ msgfmt *.po > > > > > > > msgfmt: index.po: warning: = Charset "CHARSET" is not a portable encoding > > > > > > > name. > > > > > > > = Message conversion to user's charset might > > > > > > > not work. > > > > > > > msgfmt: messages.po: warnin= g: Charset "CHARSET" is not a portable > > > > > > > encoding name. > > > > > > > = Message conversion to user's charset might > > > > > > > not work. > > > > > > > messages.po:7: duplicate me= ssage definition > > > > > > > index.po:8: ...this is the = location of the first definition > > > > > > > messages.po:20: duplicate m= essage definition > > > > > > > index.po:418: ...this is th= e location of the first definition > > > > > > > messages.po:844: duplicate = message definition > > > > > > > index.po:414: ...this is th= e location of the first definition > > > > > > > messages.po:1165: duplicate= message definition > > > > > > > index.po:293: ...this is th= e location of the first definition > > > > > > > messages.po:1800: duplicate= message definition > > > > > > > index.po:29: ...this is the= location of the first definition > > > > > > > messages.po:3793: duplicate= message definition > > > > > > > index.po:410: ...this is th= e location of the first definition > > > > > > > messages.po:3849: duplicate= message definition > > > > > > > index.po:378: ...this is th= e location of the first definition > > > > > > > messages.po:4087: duplicate= message definition > > > > > > > index.po:390: ...this is th= e location of the first definition > > > > > > > messages.po:4410: duplicate= message definition > > > > > > > index.po:209: ...this is th= e location of the first definition > > > > > > > messages.po:5518: duplicate= message definition > > > > > > > index.po:149: ...this is th= e location of the first definition > > > > > > > messages.po:6958: duplicate= message definition > > > > > > > index.po:189: ...this is th= e location of the first definition > > > > > > > messages.po:7683: duplicate= message definition > > > > > > > index.po:153: ...this is th= e location of the first definition > > > > > > > messages.po:9314: duplicate= message definition > > > > > > > index.po:21: ...this is the= location of the first definition > > > > > > > messages.po:9326: duplicate= message definition > > > > > > > index.po:257: ...this is th= e location of the first definition > > > > > > > messages.po:9368: duplicate= message definition > > > > > > > index.po:265: ...this is th= e location of the first definition > > > > > > > messages.po:9641: duplicate= message definition > > > > > > > index.po:25: ...this is the= location of the first definition > > > > > > > messages.po:9649: duplicate= message definition > > > > > > > index.po:33: ...this is the= location of the first definition > > > > > > > messages.po:9653: duplicate= message definition > > > > > > > index.po:37: ...this is the= location of the first definition > > > > > > > messages.po:9657: duplicate= message definition > > > > > > > index.po:41: ...this is the= location of the first definition > > > > > > > messages.po:9661: duplicate= message definition > > > > > > > msgfmt: too many errors, ab= orting > > > > > > > ---------------------------= ------------------------------------ > > > > > > > > > > > > > > if you can provide a valid/= updated messages.po I will happily translate > > > > > > > it in italian > > > > > > > > > > > > > > bye > > > > > > > > > > > > > > xlyz > > > > >=20 > > > > >=20 > > > > > A few minor points men - I'm tr= ying to use Jesse's prnMsg function wherever=20 > > > > > possible - this does mean there= is one common way for displaying messages and=20 > > > > > we can muck about with the form= ats as we like - it is pretty rudimentary but=20 > > > > > I like the idea of some kind of= standardisation of messages. Many echo=20 > > > > > statements can lose the <BR> an= d slot into a prnMsg instead. > > > > >=20 > > > > > I am probably slightly autistic= in my zeal for having the code nicely indented=20 > > > > > too - I tend to break after </T= D> so the next line starts on a <TD> > > > > > HTML in CAPS ideally. SQL broke= n up field by field line breaks before FROM.=20 > > > > > WHERE, AND, GROUP BY, ORDER BY > > > > >=20 > > > > > All very picky stuff - dont bot= her if you dont want to I happy to have the=20 > > > > > code anyway you like - but I tr= y to modify it to comply with that=20 > > > > > Contributing.txt doc before com= mitting to CVS. > > > > >=20 > > > > > WE DID IT! > > > > >=20 |