[Koha] Help Please! Problem during upgrade to 3.06.00.001

2011-11-27 Thread Joel Harbottle
Hi All,

Please help!

I¹ve just upgraded my virtual box (Koha running on Debian, virtual machine
created by Kyle Hall), and now encounter this error when navigating to the
Staff Client in either Safari or Firefox. How can I overcome this?

Software error:
Can't call method "cookie" on an undefined value at
/home/koha/kohaclone/C4/Templates.pm line 323.
For help, please send mail to the webmaster (webmaster@koha), giving this
error message and the time and date of the error.


Kindest Regards,
Joel
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Help Please! Problem during upgrade to 3.06.00.001

2011-11-27 Thread Fischer, Katrin
Hi Joel, 

you updated to the latest development version, not to the stable version 3.6.0. 
This error has a patch waiting to be pushed:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6629

-- Katrin

-Ursprüngliche Nachricht-
Von: koha-boun...@lists.katipo.co.nz im Auftrag von Joel Harbottle
Gesendet: So 27.11.2011 14:34
An: Koha List
Betreff: [Koha] Help Please! Problem during upgrade to 3.06.00.001
 
Hi All,

Please help!

I¹ve just upgraded my virtual box (Koha running on Debian, virtual machine
created by Kyle Hall), and now encounter this error when navigating to the
Staff Client in either Safari or Firefox. How can I overcome this?

Software error:
Can't call method "cookie" on an undefined value at
/home/koha/kohaclone/C4/Templates.pm line 323.
For help, please send mail to the webmaster (webmaster@koha), giving this
error message and the time and date of the error.


Kindest Regards,
Joel

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Help Please! Problem during upgrade to 3.06.00.001

2011-11-27 Thread Joel Harbottle
Hi Katrin,

How do I go about installing this patch onto my system, I can be a bit
clueless on installing these sorts of things on our Linux installation which
runs Koha.

If you could get back to me, or anyone please, with how to fix this problem,
as soon as possible, that would be of great help.

Cheers,
Joel



From: "Fischer, Katrin" 
Date: Sun, 27 Nov 2011 15:22:05 +0100
To: Joel Harbottle , Koha List

Subject: AW: [Koha] Help Please! Problem during upgrade to 3.06.00.001

Hi Joel,

you updated to the latest development version, not to the stable version
3.6.0. This error has a patch waiting to be pushed:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6629

-- Katrin

-Ursprüngliche Nachricht-
Von: koha-boun...@lists.katipo.co.nz im Auftrag von Joel Harbottle
Gesendet: So 27.11.2011 14:34
An: Koha List
Betreff: [Koha] Help Please! Problem during upgrade to 3.06.00.001

Hi All,

Please help!

I¹ve just upgraded my virtual box (Koha running on Debian, virtual machine
created by Kyle Hall), and now encounter this error when navigating to the
Staff Client in either Safari or Firefox. How can I overcome this?

Software error:
Can't call method "cookie" on an undefined value at
/home/koha/kohaclone/C4/Templates.pm line 323.
For help, please send mail to the webmaster (webmaster@koha), giving this
error message and the time and date of the error.


Kindest Regards,
Joel



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Help Please! Problem during upgrade to 3.06.00.001

2011-11-27 Thread Jared Camins-Esakov
Joel,

First off, I would encourage you to subscribe to koha-devel if you are
using Master. I sent out a warning about this yesterday.

As for applying the patch, the following commands should do it:
sudo apt-get install wget
cd ~/kohaclone
wget -O bug_6629_followup.patch
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6424
git am -3iu bug_6629_followup.patch
[hit 'y' when asked]

Let me take this moment to reinforce Chris's note about running from
Master: it can be dangerous! If you aren't comfortable working with git, I
would encourage you not to run from Master. Although it is in theory
possible for something like this to happen on a stable branch (e.g.,
3.6.x), it's much less likely to happen. If, for whatever reason, you
*have* to use the Master branch, test the exact version you want to use on
a staging server before applying it to a production server.

And, while I'm on my "teachable moment" soapbox, here's a list of
recommended reading for learning about git. I'd encourage you (and anyone
else who is uncertain) to read at least three of the items on it if you
intend to remain on Master:


-

  The git tutorial - *
  http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html* - a
  good starting place
  -

  Git For Designers - *
  http://hoth.entp.com/output/git_for_designers.html* - an introduction
  to the concepts behind git
  -

  Git in a Nutshell -
*http://jonas.iki.fi/git_guides/HTML/git_guide/*- a clearly written
introduction to the use of git
  -

  Git man pages - *http://www.kernel.org/pub/software/scm/git/docs/* -
  the official git documentation, intended for technically-oriented users
  -

  Git Reference - *http://gitref.org/* - crash course in using git
  -

  Pro Git - *http://progit.org/book/* - an entire book on using git
  better
  -

  Git From the Bottom Up - *
  http://ftp.newartisans.com/pub/git.from.bottom.up.pdf* - a
  clearly-written article on the theory behind git
  -

  Koha’s git documentation - *
  http://wiki.koha-community.org/wiki/Version_Control_Using_Git* -
  instructions on using git in the context of Koha development
  -

  GitHub documentation - *http://help.github.com/* - since some of the
  ANS’s modifications are stored in a GitHub repository, it is important to
  know how to use GitHub


Regards,
Jared Camins-Esakov

2011/11/27 Joel Harbottle 

>  Hi Katrin,
>
> How do I go about installing this patch onto my system, I can be a bit
> clueless on installing these sorts of things on our Linux installation
> which runs Koha.
>
> If you could get back to me, or anyone please, with how to fix this
> problem, as soon as possible, that would be of great help.
>
> Cheers,
> Joel
>
>
> --
> *From: *"Fischer, Katrin" 
> *Date: *Sun, 27 Nov 2011 15:22:05 +0100
> *To: *Joel Harbottle , Koha List <
> koha@lists.katipo.co.nz>
> *Subject: *AW: [Koha] Help Please! Problem during upgrade to 3.06.00.001
>
>
> Hi Joel,
>
> you updated to the latest development version, not to the stable version
> 3.6.0. This error has a patch waiting to be pushed:
> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6629
>
> -- Katrin
>
> -Ursprüngliche Nachricht-
> Von: koha-boun...@lists.katipo.co.nz im Auftrag von Joel Harbottle
> Gesendet: So 27.11.2011 14:34
> An: Koha List
> Betreff: [Koha] Help Please! Problem during upgrade to 3.06.00.001
>
> Hi All,
>
> Please help!
>
> I’ve just upgraded my virtual box (Koha running on Debian, virtual machine
> created by Kyle Hall), and now encounter this error when navigating to the
> Staff Client in either Safari or Firefox. How can I overcome this?
>
> Software error:
> Can't call method "cookie" on an undefined value at
> /home/koha/kohaclone/C4/Templates.pm line 323.
> For help, please send mail to the webmaster (webmaster@koha), giving this
> error message and the time and date of the error.
>
>
> Kindest Regards,
> Joel
>
>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>


-- 
Jared Camins-Esakov
Bibliographer, C & P Bibliography Services, LLC
(phone) +1 (917) 727-3445
(e-mail) jcam...@cpbibliography.com
(web) http://www.cpbibliography.com/
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Help Please! Problem during upgrade to 3.06.00.001

2011-11-27 Thread Joel Harbottle
Hi Jared,

Thankyou so much, that worked brilliantly! :)

Cheers,
Joel



From: Jared Camins-Esakov 
Date: Sun, 27 Nov 2011 10:35:01 -0500
To: Joel Harbottle 
Cc: "Fischer, Katrin" , Koha List

Subject: Re: [Koha] Help Please! Problem during upgrade to 3.06.00.001

Joel,

First off, I would encourage you to subscribe to koha-devel if you are using
Master. I sent out a warning about this yesterday.

As for applying the patch, the following commands should do it:
sudo apt-get install wget
cd ~/kohaclone
wget -O 
bug_6629_followup.patch http://bugs.koha-community.org/bugzilla3/attachment.
cgi?id=6424
git am -3iu bug_6629_followup.patch
[hit 'y' when asked]

Let me take this moment to reinforce Chris's note about running from Master:
it can be dangerous! If you aren't comfortable working with git, I would
encourage you not to run from Master. Although it is in theory possible for
something like this to happen on a stable branch (e.g., 3.6.x), it's much
less likely to happen. If, for whatever reason, you *have* to use the Master
branch, test the exact version you want to use on a staging server before
applying it to a production server.

And, while I'm on my "teachable moment" soapbox, here's a list of
recommended reading for learning about git. I'd encourage you (and anyone
else who is uncertain) to read at least three of the items on it if you
intend to remain on Master:

> * The git tutorial -
> http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html - a good
> starting place 
> * 
> * Git For Designers - http://hoth.entp.com/output/git_for_designers.html - an
> introduction to the concepts behind git
> * 
> * Git in a Nutshell - http://jonas.iki.fi/git_guides/HTML/git_guide/ - a
> clearly written introduction to the use of git
> * 
> * Git man pages - http://www.kernel.org/pub/software/scm/git/docs/ - the
> official git documentation, intended for technically-oriented users
> * 
> * Git Reference - http://gitref.org/ - crash course in using git
> * 
> * Pro Git - http://progit.org/book/ - an entire book on using git better
> * 
> * Git From the Bottom Up -
> http://ftp.newartisans.com/pub/git.from.bottom.up.pdf - a clearly-written
> article on the theory behind git
> * 
> * Koha¹s git documentation -
> http://wiki.koha-community.org/wiki/Version_Control_Using_Git - instructions
> on using git in the context of Koha development
> * 
> * GitHub documentation - http://help.github.com/ - since some of the ANS¹s
> modifications are stored in a GitHub repository, it is important to know how
> to use GitHub


Regards,
Jared Camins-Esakov

2011/11/27 Joel Harbottle 
> Hi Katrin,
> 
> How do I go about installing this patch onto my system, I can be a bit
> clueless on installing these sorts of things on our Linux installation which
> runs Koha.
> 
> If you could get back to me, or anyone please, with how to fix this problem,
> as soon as possible, that would be of great help.
> 
> Cheers,
> Joel
> 
> 
> 
> From: "Fischer, Katrin"   >
> Date: Sun, 27 Nov 2011 15:22:05 +0100
> To: Joel Harbottle   >, Koha List   >
> Subject: AW: [Koha] Help Please! Problem during upgrade to 3.06.00.001
> 
> 
> Hi Joel,
> 
> you updated to the latest development version, not to the stable version
> 3.6.0. This error has a patch waiting to be pushed:
> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6629
> 
> -- Katrin
> 
> -Ursprüngliche Nachricht-
> Von: koha-boun...@lists.katipo.co.nz 
> im Auftrag von Joel Harbottle
> Gesendet: So 27.11.2011 14:34
> An: Koha List
> Betreff: [Koha] Help Please! Problem during upgrade to 3.06.00.001
> 
> Hi All,
> 
> Please help!
> 
> I¹ve just upgraded my virtual box (Koha running on Debian, virtual machine
> created by Kyle Hall), and now encounter this error when navigating to the
> Staff Client in either Safari or Firefox. How can I overcome this?
> 
> Software error:
> Can't call method "cookie" on an undefined value at
> /home/koha/kohaclone/C4/Templates.pm line 323.
> For help, please send mail to the webmaster (webmaster@koha), giving this
> error message and the time and date of the error.
> 
> 
> Kindest Regards,
> Joel
> 
> 
> 
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
> 



-- 
Jared Camins-Esakov
Bibliographer, C & P Bibliography Services, LLC
(phone) +1 (917) 727-3445
(e-mail) jcam...@cpbibliography.com
(web) http://www.cpbibliography.com/



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Information Required

2011-11-27 Thread SANDEEP BHAVSAR
Respected All

I would like to integrate  EBSCO, Open access databases, through pazpar2 in
Koha. Kindly guide me for the documentation. Step by step screenshots or
video of the process in lecture form will be preferred.

-- 
Thanks and Regards

Sandeep Bhavsar
Librarian
Dr.V.N.Bedekar Institute of Management Studies
Thane(W) 400601
MUMBAI. INDIA
@@
email: sandeep.bhav...@gmail.com
Mob : 9029 345777
elibrary :http://www.vpmthane.org/im/elib/main.htm
@@
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] fine calculation not working

2011-11-27 Thread KAMLESH SHUKLA
Hi,

I am working on koha on win XP, In my system everything working correctly
but when a book not return on time then it shows only overdue item with no.
of days and fine shows 0 always,
I have try many option and also find everywhere but still I am failed to
solve that problem,

So please anybody give me solution for that. with complete step and also
screenshot if possible.

thanks

-- 
*Regards,
kamlesh kumar shukla
S/W Developer,
Delnet, Vasant Kunj,
New Delhi.
(next to paschimabad gate of JNU),
9911962290, 26741232 (Ext. : 309)*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] fine calculation not working

2011-11-27 Thread Indranil Das Gupta
Hi,

2011/11/28 KAMLESH SHUKLA 

I am working on koha on win XP,


On WinXP? Which version of Koha are you using?


-- 
Indranil Das Gupta

Phone : +91-98300-20971
Blog: http://indradg.randomink.org/blog
IRC  : indradg on irc://irc.freenode.net
Twitter : indradg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
Please exchange editable Office documents only in ODF Format. No other
format is acceptable. Support Open Standards.

For a free editor supporting ODF, please visit LibreOffice -
http://www.documentfoundation.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] fine calculation not working

2011-11-27 Thread Indranil Das Gupta
Kamlesh,

On Mon, Nov 28, 2011 at 12:49 PM, KAMLESH SHUKLA
wrote:

> I am using koha v2.9.9 on Win XP SP-2
>

2.9.9 is an ancient and completely unsupported EOLed version for many years
now. If you insist on using it, you are essentially on your own.

Suggest that you move to the current stable branch of 3.6.x

hth
-idg



>
> thanks,
>
>
> On Mon, Nov 28, 2011 at 12:44 PM, Indranil Das Gupta wrote:
>
>> Hi,
>>
>> 2011/11/28 KAMLESH SHUKLA 
>>
>> I am working on koha on win XP,
>>
>>
>> On WinXP? Which version of Koha are you using?
>>
>>
>> --
>> Indranil Das Gupta
>>
>> Phone : +91-98300-20971
>> Blog: http://indradg.randomink.org/blog
>> IRC  : indradg on irc://irc.freenode.net
>> Twitter : indradg
>>
>> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
>> Please exchange editable Office documents only in ODF Format. No other
>> format is acceptable. Support Open Standards.
>>
>> For a free editor supporting ODF, please visit LibreOffice -
>> http://www.documentfoundation.org
>>
>>
>
>
> --
> *Regards,
> kamlesh kumar shukla
> S/W Developer,
> Delnet, Vasant Kunj,
> New Delhi.
> (next to paschimabad gate of JNU),
> 9911962290, 26741232 (Ext. : 309)*
>
>


-- 
Indranil Das Gupta

Phone : +91-98300-20971
Blog: http://indradg.randomink.org/blog
IRC  : indradg on irc://irc.freenode.net
Twitter : indradg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
Please exchange editable Office documents only in ODF Format. No other
format is acceptable. Support Open Standards.

For a free editor supporting ODF, please visit LibreOffice -
http://www.documentfoundation.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha