<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content=Word.Document name=ProgId>
<META content="MSHTML 6.00.2800.1141" name=GENERATOR>
<META content="Microsoft Word 10" name=Originator><LINK 
href="cid:filelist.xml@01C2DCDB.9DAF38D0" rel=File-List><o:SmartTagType 
name="time" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PlaceName" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PlaceType" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if !mso]>
<STYLE>st1\:* {
        BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";
        mso-ansi-language:EN-GB;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;
        text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;
        text-underline:single;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        mso-style-noshow:yes;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;
        font-family:Arial;
        mso-ascii-font-family:Arial;
        mso-hansi-font-family:Arial;
        mso-bidi-font-family:Arial;
        color:windowtext;}
span.SpellE
        {mso-style-name:"";
        mso-spl-e:yes;}
span.GramE
        {mso-style-name:"";
        mso-gram-e:yes;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</STYLE>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */ 
 table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:"";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman";}
</style>
<![endif]--></HEAD>
<BODY lang=EN-US style="tab-interval: .5in" vLink=purple link=blue 
bgColor=#ffffff>
<DIV><FONT face=Arial size=2>The following is from Manip.pod, the documentation 
file for Date::Manip</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>"Date::Manip must be able to determine the timezone 
the user is in.&nbsp; It does<BR>this by looking in the following 
places:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; $Date::Manip::TZ (set with Date_Init 
or in Manip.pm)<BR>&nbsp;&nbsp; $ENV{TZ}<BR>&nbsp;&nbsp; the unix `date` command 
(if available)<BR>&nbsp;&nbsp; $main::TZ<BR>&nbsp;&nbsp; 
/etc/TIMEZONE<BR>&nbsp;&nbsp; /etc/timezone</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>At least one of these should contain a timezone in 
one of the supported<BR>forms.&nbsp; If none do by default, the TZ variable must 
be set with Date_Init."</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I had the same problem you are having on a windows 
install of Koha and solved it by&nbsp;creating a&nbsp;file named timezone in my 
\etc folder with the following entry:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>TZ=EST</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>See the Manip.pod documentation file for other 
acceptable timezone abreviations.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Rob</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=arvind@uom.ac.mu href="mailto:arvind@uom.ac.mu">Rosunee 
  Arvindnath</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=koha@lists.katipo.co.nz 
  href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, February 25, 2003 5:38 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Koha] Problem with 
  Date::Manip</DIV>
  <DIV><BR></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have installed <SPAN 
  class=SpellE>Koha</SPAN> version 1.2.3 on Red Linux 8.0. <SPAN 
  style="mso-spacerun: yes">&nbsp;</SPAN>I have installed <SPAN 
  class=SpellE>Date::Manip</SPAN> by <SPAN class=SpellE>downlading</SPAN> the 
  file DateManip-5.40.tar.gz from <A 
  href="http://search.cpan.org">http://search.cpan.org</A> and installed the 
  module by <SPAN class=SpellE>perl</SPAN> Makefile.PL, make, make test, make 
  install.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I got plenty of these lines during 
  the make test stage (this is just a sample):<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">// Start My 
  Sample<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x73, immediately after start byte 
  0xe<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">9) <SPAN class=GramE>at</SPAN> 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6477.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x73, immediately after start byte 
  0xe<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">9) <SPAN class=GramE>at</SPAN> 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6478.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x6c, immediately after start byte 
  0xf<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">a) <SPAN class=GramE>at</SPAN> 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6481.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x73, immediately after start byte 
  0xe<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><SPAN class=GramE><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">0) at 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6484.</SPAN></FONT></SPAN><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character (1 byte, 
  need 3, after start byte 0xe0) at 
  /opt/DateManip-5.40/blib/lib/<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><SPAN class=GramE><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Date/<SPAN 
  class=SpellE>Manip.pm</SPAN> line 6487.</SPAN></FONT></SPAN><FONT face=Arial 
  size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x78, immediately after start byte 
  0xf<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">3) <SPAN class=GramE>at</SPAN> 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6488.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x78, immediately after start byte 
  0xf<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">3) <SPAN class=GramE>at</SPAN> 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6488.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x6c, immediately after start byte 
  0xf<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">a) <SPAN class=GramE>at</SPAN> 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6489.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x6c, immediately after start byte 
  0xf<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">a) <SPAN class=GramE>at</SPAN> 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6489.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character (1 byte, 
  need 3, after start byte 0xe3) at 
  /opt/DateManip-5.40/blib/lib/<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><SPAN class=GramE><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Date/<SPAN 
  class=SpellE>Manip.pm</SPAN> line 6497.</SPAN></FONT></SPAN><FONT face=Arial 
  size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Malformed UTF-8 character 
  (unexpected non-continuation byte 0x73, immediately after start byte 
  0xe<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">a) <SPAN class=GramE>at</SPAN> 
  /opt/DateManip-5.40/blib/lib/Date/Manip.pm line 
  6501.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">//End My 
  Sample<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Interestingly enough after all 
  these messages the system reports:<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">All tests 
  successful.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Files=31, Tests=842, 110 <SPAN 
  class=SpellE>wallclock</SPAN> <SPAN class=SpellE>secs</SPAN> (101.07 <SPAN 
  class=SpellE>cusr</SPAN> <SPAN class=GramE>+<SPAN 
  style="mso-spacerun: yes">&nbsp; </SPAN>3.02</SPAN> <SPAN 
  class=SpellE>csys</SPAN> = 104.09 CPU)<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I then proceeded with make install 
  and the installation looks successful.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">When I try to add a new adult 
  member, this is what I got in my <SPAN class=SpellE>koha-error_log</SPAN> file 
  (found in /<SPAN 
  class=SpellE>var/log/httpd</SPAN>/)<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">[Mon Feb 24 
  </SPAN></FONT><st1:time Minute="36" Hour="16"><FONT face=Arial size=2><SPAN 
  lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">16:36:11</SPAN></FONT></st1:time><FONT 
  face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 2003] [<SPAN 
  class=GramE>error</SPAN>] [<SPAN class=GramE>client</SPAN> 172.22.23.12] 
  Premature end of script headers: <SPAN 
  class=SpellE>newmembe</SPAN><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">r.pl, <SPAN 
  class=SpellE>referer</SPAN>: 
  http://172.22.23.200:8080/cgi-bin/koha/memberentry.pl?type=Add<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">[Mon Feb 24 
  </SPAN></FONT><st1:time Minute="36" Hour="16"><FONT face=Arial size=2><SPAN 
  lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">16:36:11</SPAN></FONT></st1:time><FONT 
  face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 2003] [<SPAN 
  class=GramE>error</SPAN>] [<SPAN class=GramE>client</SPAN> 172.22.23.12] 
  ERROR: <SPAN class=SpellE>Date::Manip</SPAN> unable to determine 
  Ti<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><SPAN class=SpellE><SPAN class=GramE><FONT face=Arial 
  size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">meZone</SPAN></FONT></SPAN></SPAN><SPAN 
  class=GramE><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">.,</SPAN></FONT></SPAN><FONT 
  face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> <SPAN 
  class=SpellE>referer</SPAN>: 
  http://172.22.23.200:8080/cgi-bin/koha/memberentry.pl?type=Add<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">[Mon Feb 24 
  </SPAN></FONT><st1:time Minute="36" Hour="16"><FONT face=Arial size=2><SPAN 
  lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">16:36:11</SPAN></FONT></st1:time><FONT 
  face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 2003] [<SPAN 
  class=GramE>error</SPAN>] [<SPAN class=GramE>client</SPAN> 172.22.23.12]<SPAN 
  style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  </SPAN><SPAN class=SpellE>Date:<SPAN 
  class=GramE>:Manip</SPAN>::Date_TimeZone</SPAN> 
  called<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><SPAN class=GramE><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">at</SPAN></FONT></SPAN><FONT 
  face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 
  /usr/lib/perl5/site_perl/5.8.0/Date/Manip.pm line 629, <SPAN 
  class=SpellE>referer</SPAN>: 
  http://172.22.23.200:8080/cgi-b<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">in/<SPAN 
  class=SpellE>koha/memberentry.pl?type</SPAN>=Add<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">[Mon Feb 24 
  </SPAN></FONT><st1:time Minute="36" Hour="16"><FONT face=Arial size=2><SPAN 
  lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">16:36:11</SPAN></FONT></st1:time><FONT 
  face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 2003] [<SPAN 
  class=GramE>error</SPAN>] [<SPAN class=GramE>client</SPAN> 172.22.23.12]<SPAN 
  style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  </SPAN><SPAN class=SpellE>Date:<SPAN 
  class=GramE>:Manip</SPAN>::Date_Init</SPAN>('<SPAN 
  class=SpellE>DateFormat</SPAN><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">=metric') called at 
  /usr/local/koha/intranet/cgi-bin/newmember.pl line 17, <SPAN 
  class=SpellE>referer</SPAN>: http://172.22.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">23.200:8080/cgi-bin/koha/memberentry.pl?type=Add<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Can anybody help in solving this 
  <SPAN class=GramE>problem.</SPAN><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks in 
  advance.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">A. 
  Rosunee<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><st1:place><st1:PlaceType><FONT face=Arial size=2><SPAN 
  lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">University</SPAN></FONT></st1:PlaceType><FONT 
  face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> of 
  </SPAN></FONT><st1:PlaceName><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Mauritius</SPAN></FONT></st1:PlaceName></st1:place><FONT 
  face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML>