Re: [Koha] stumped, please help with err: can't call method subfield on undefined value at /usr/share/koha/lib/C4/Biblio.pm

2012-03-05 Thread Chris Cormack
On 5 March 2012 21:03, archer fayad.f...@gmail.com wrote:
 I don't think they have a mailing list. I could have started again with
 community version but I am short of time.

 Does that mean community version will not hit this error or similar? I have
 seen a few threads left unanswered.

They do have a mailing list. This mailing list is for Koha, not
Liblime's version. And no version 3.6.4 of Koha does not have this
error.

We can't help you with their version, no one here works on it.
So asking here will not help you.

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


Re: [Koha] stumped, please help with err: can't call method subfield on undefined value at /usr/share/koha/lib/C4/Biblio.pm

2012-03-05 Thread archer
Chris, Thank you. I am going to deploy the community version. Any chance you
can comment on feature differences of both versions besides the payed
support. 

--
View this message in context: 
http://koha.1045719.n5.nabble.com/stumped-please-help-with-err-can-t-call-method-subfield-on-undefined-value-at-usr-share-koha-lib-C4-8-tp5536754p5536879.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] stumped, please help with err: can't call method subfield on undefined value at /usr/share/koha/lib/C4/Biblio.pm

2012-03-04 Thread archer
I am sorry i have to write this since a lot of threads are there regarding
this error. 

Trying to add a new record from 'Catalogue'. I provided all mandatory
details and without error it goes to the page ~/cataloguing/additem.pl.
After providing all details here, i am getting the following error.

can't call method subfield on an undefined value at
/usr/share/koha/lib/C4/Biblio.pm line 2688

My version is 4.0 (yes, I downloaded from liblime. please don't ignore it
because of this. I read a lot of thread saying its not community release
etc. I am running short of time so please provide a lead. This seems to be a
bug and stumped at this step. As a result I am not able to add new books to
database and stuck with the project)

The code at 2688 in Biblio.pm is

if ($server eq 'biblioserver'){
%index = GetNoZebraIndexes;
my ($titletag, $titlesubfield) = GetMarcFromField('biblio.title',);
$title = lc($record - subfield ($titletag, $titlesubfield));


Under Admininstration the marc mapping has section for title, and a single
field can be set. It is seen as 245 a - Title

--
View this message in context: 
http://koha.1045719.n5.nabble.com/stumped-please-help-with-err-can-t-call-method-subfield-on-undefined-value-at-usr-share-koha-lib-C4-m-tp5536754p5536754.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] stumped, please help with err: can't call method subfield on undefined value at /usr/share/koha/lib/C4/Biblio.pm

2012-03-04 Thread Chris Cormack
On 5 March 2012 20:27, archer fayad.f...@gmail.com wrote:
 I am sorry i have to write this since a lot of threads are there regarding
 this error.

 Trying to add a new record from 'Catalogue'. I provided all mandatory
 details and without error it goes to the page ~/cataloguing/additem.pl.
 After providing all details here, i am getting the following error.

 can't call method subfield on an undefined value at
 /usr/share/koha/lib/C4/Biblio.pm line 2688

 My version is 4.0 (yes, I downloaded from liblime. please don't ignore it
 because of this. I read a lot of thread saying its not community release
 etc. I am running short of time so please provide a lead. This seems to be a
 bug and stumped at this step. As a result I am not able to add new books to
 database and stuck with the project)

We can't help you on this list. You should try the Liblime mailing lists.
Liblime forked their version from Koha version 3.0.0 nearly 3 years
ago now and it is very very different to Koha.

The only thing I can suggest is you download Koha itself from
http://download.koha-community.org or you get in touch with Liblime.

This mailing list is for Koha, they have their own one.

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